diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-29 10:05:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-29 10:05:51 +0000 |
| commit | f81f352f4ea128c2aec195c6414a936bcfac786b (patch) | |
| tree | ae3fb5fa3ed5e93a80fd7f9b02f9ec3fbf881ef9 /openbox/startupnotify.c | |
| parent | c8565d21d4a5e45bbe67ff7cf268582c0acad72f (diff) | |
dont use the X done callback
Diffstat (limited to 'openbox/startupnotify.c')
| -rw-r--r-- | openbox/startupnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index f296c76d..6954ef36 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); + ob_main_loop_x_add(ob_main_loop, sn_handler, NULL, NULL, NULL); } void sn_shutdown(gboolean reconfig) |
