dont use the X done callback
This commit is contained in:
parent
c8565d21d4
commit
f81f352f4e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue