diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-18 11:54:15 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-18 11:54:15 +0000 |
| commit | 0e6161b0d4953b81273200fd31bd9c14fac4981b (patch) | |
| tree | df45c56a0cd8623b4dcd51ca550b14d90fb68521 /openbox/startupnotify.c | |
| parent | d50f4917169e8d354f62dd639afde0efe807760c (diff) | |
the old event code
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 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) |
