X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=d7591f7b9e7ab0aa890656733009eaf55a4277e8;hb=4ccc4c5ed7d5cffc4bf733191f7bc30fbbf069c8;hp=ebe6e6b3fdb8481f68057768b083a6291c33c355;hpb=17676168255fcf5cbec9ea5dadcee546c5ab7bbb;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index ebe6e6b3..d7591f7b 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -41,7 +41,7 @@ void sn_startup(gboolean reconfig) sn_context = sn_monitor_context_new(sn_display, ob_screen, sn_event_func, NULL, NULL); - ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL); + ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL, NULL); } void sn_shutdown(gboolean reconfig)