diff options
author | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
commit | 1c2f92a3d2288b1cae9500110a72173506a18072 (patch) | |
tree | cdb695da16dcee74872790c772bb535def9f2895 /src/fluxbox.cc | |
parent | b49432be05c6cf748e662e196778463e2190b4c3 (diff) | |
download | fluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.zip fluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2 |
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index bf8e4d6..0865bc2 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -156,6 +156,8 @@ namespace { | |||
156 | 156 | ||
157 | Window last_bad_window = None; | 157 | Window last_bad_window = None; |
158 | 158 | ||
159 | // *** NOTE: if you want to debug here the X errors are | ||
160 | // coming from, you should turn on the XSynchronise call below | ||
159 | int handleXErrors(Display *d, XErrorEvent *e) { | 161 | int handleXErrors(Display *d, XErrorEvent *e) { |
160 | if (e->error_code == BadWindow) | 162 | if (e->error_code == BadWindow) |
161 | last_bad_window = e->resourceid; | 163 | last_bad_window = e->resourceid; |
@@ -277,7 +279,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
277 | m_reconfig_timer.setTimeout(to); | 279 | m_reconfig_timer.setTimeout(to); |
278 | m_reconfig_timer.setCommand(reconfig_cmd); | 280 | m_reconfig_timer.setCommand(reconfig_cmd); |
279 | m_reconfig_timer.fireOnce(true); | 281 | m_reconfig_timer.fireOnce(true); |
280 | // XSynchronize(disp, True); | 282 | // XSynchronize(disp, True); |
281 | 283 | ||
282 | s_singleton = this; | 284 | s_singleton = this; |
283 | m_have_shape = false; | 285 | m_have_shape = false; |