dont use the X done callback

This commit is contained in:
Dana Jansens 2003-09-29 10:05:51 +00:00
parent c8565d21d4
commit f81f352f4e

View file

@ -59,7 +59,7 @@ void sn_startup(gboolean reconfig)
sn_context = sn_monitor_context_new(sn_display, ob_screen, sn_context = sn_monitor_context_new(sn_display, ob_screen,
sn_event_func, NULL, NULL); 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) void sn_shutdown(gboolean reconfig)