From 0e6161b0d4953b81273200fd31bd9c14fac4981b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 18 Mar 2004 11:54:15 +0000 Subject: the old event code --- openbox/startupnotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/startupnotify.c') 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) -- cgit v1.2.3