diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 06:52:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 06:52:55 +0000 |
| commit | 3c5f6db04cb577fa3f547b45283eac7a0664be39 (patch) | |
| tree | 4d4ecd9b43a9a598048dae8348bf035ca1df94db /openbox/focus.c | |
| parent | 1ce196c4f3576eaeaf1d23be1a24a5ef98183e38 (diff) | |
remove the event dispatcher
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 28329429..dab6d573 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -9,7 +9,6 @@ #include "screen.h" #include "group.h" #include "prop.h" -#include "dispatch.h" #include "focus.h" #include "stacking.h" #include "popup.h" @@ -96,11 +95,6 @@ void focus_set_client(ObClient *client) PROP_SET32(RootWindow(ob_display, ob_screen), net_active_window, window, active); } - - if (focus_client != NULL) - dispatch_client(Event_Client_Focus, focus_client, 0, 0); - if (old != NULL) - dispatch_client(Event_Client_Unfocus, old, 0, 0); } static gboolean focus_under_pointer() |
