diff options
author | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-04 01:03:41 (GMT) |
commit | 3144086eef171f6c402182f23bfc80a101e71fa2 (patch) | |
tree | 0df61dbcb4a7ce44fd90369b031e5a39037807c0 /src/Ewmh.cc | |
parent | 672ac023526d61af2e102a3a27b67eeedb2c4f10 (diff) | |
download | fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.zip fluxbox_pavel-3144086eef171f6c402182f23bfc80a101e71fa2.tar.bz2 |
support in remember for specifying groups.
Also split atomhandler::setupWindow
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 6b59a0c..10fa722 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.cc,v 1.28 2003/07/02 14:31:43 fluxgen Exp $ | 22 | // $Id: Ewmh.cc,v 1.29 2003/07/04 01:03:40 rathnor Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -95,7 +95,7 @@ void Ewmh::initForScreen(BScreen &screen) { | |||
95 | 95 | ||
96 | } | 96 | } |
97 | 97 | ||
98 | void Ewmh::setupWindow(FluxboxWindow &win) { | 98 | void Ewmh::setupFrame(FluxboxWindow &win) { |
99 | 99 | ||
100 | Atom ret_type; | 100 | Atom ret_type; |
101 | int fmt; | 101 | int fmt; |