diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-18 05:29:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-18 05:29:01 +0000 |
| commit | bfea000a7407e51b5659590415e410a47f6f046b (patch) | |
| tree | 05412a9b0af07d5000a992b0e81e7d2bdf2ed61c /openbox/focus.c | |
| parent | 9185ca5c1a7e7fb492ef829449f9a089f1d858ee (diff) | |
add a keyboard plugin
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index db78183d..0674c8ff 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -48,7 +48,7 @@ void focus_set_client(Client *client) } if (focus_client != NULL) - dispatch_client(Event_Client_Unfocus, focus_client); + dispatch_client(Event_Client_Unfocus, focus_client, 0, 0); focus_client = client; @@ -57,5 +57,5 @@ void focus_set_client(Client *client) PROP_SET32(ob_root, net_active_window, window, active); if (focus_client != NULL) - dispatch_client(Event_Client_Focus, focus_client); + dispatch_client(Event_Client_Focus, focus_client, 0, 0); } |
