X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=f296c76d241b312f493042d530fb01f23542f5ee;hb=0e6161b0d4953b81273200fd31bd9c14fac4981b;hp=6954ef36714c4f2bc3f6468432b12b76db35ee89;hpb=d50f4917169e8d354f62dd639afde0efe807760c;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 6954ef36..f296c76d 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -59,7 +59,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, NULL); + ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL); } void sn_shutdown(gboolean reconfig)