all repos — openbox @ 7fe92962cbdd619d21b820b5301ab1ca840ce755

openbox fork - make it a bit more like ryudo

remove XXX
Dana Jansens danakj@orodu.net
commit

7fe92962cbdd619d21b820b5301ab1ca840ce755

parent

2cb368cb1bde0174d75e850961041142531ca144

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/openbox.copenbox/openbox.c

@@ -132,8 +132,6 @@ ob_rr_inst = RrInstanceNew(ob_display, ob_screen);

if (ob_rr_inst == NULL) ob_exit_with_error("Failed to initialize the render library."); - /* XXX fork self onto other screens */ - XSynchronize(ob_display, xsync); /* check for locale support */

@@ -288,6 +286,8 @@ event_shutdown(reconfigure);

config_shutdown(); } while (reconfigure); } + + XSync(ob_display, FALSE); RrThemeFree(ob_rr_theme); RrInstanceFree(ob_rr_inst);