diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 12:52:23 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 12:52:23 (GMT) |
commit | 0ae3ca9e8a2a3398cf07789e0d141887d40dcb6f (patch) | |
tree | 4e4d66fc15fea3956106affb772ea28f3bc909dd /src/fluxbox.cc | |
parent | 8681220f5361fef500d7eda28d9f22bbf0a006e4 (diff) | |
download | fluxbox_pavel-0ae3ca9e8a2a3398cf07789e0d141887d40dcb6f.zip fluxbox_pavel-0ae3ca9e8a2a3398cf07789e0d141887d40dcb6f.tar.bz2 |
move fullscreen and maximization handling to FbWinFrame
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index d9deea7..5056624 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -263,7 +263,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
263 | m_reconfig_timer.setCommand(reconfig_cmd); | 263 | m_reconfig_timer.setCommand(reconfig_cmd); |
264 | m_reconfig_timer.fireOnce(true); | 264 | m_reconfig_timer.fireOnce(true); |
265 | 265 | ||
266 | // XSynchronize(disp, True); | 266 | XSynchronize(disp, True); |
267 | 267 | ||
268 | s_singleton = this; | 268 | s_singleton = this; |
269 | m_have_shape = false; | 269 | m_have_shape = false; |