diff options
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 d7591f7b..ebe6e6b3 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -41,7 +41,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) |
