diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-15 11:29:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-15 11:29:17 +0000 |
| commit | 3a607fad9df628ab16e0f7436dfbfc9b22634003 (patch) | |
| tree | c0ecef407854de06971ac9b361e3e155bae5dac4 /openbox/startupnotify.c | |
| parent | ebf24d5224781e47b62cf20fb3852ef9782f200b (diff) | |
revert my commit of d3th, it fucked up focus badly
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) |
