diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:36:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:36:37 +0000 |
| commit | e38b27fcce8af079fd0fbeb9f271a8e8f385d590 (patch) | |
| tree | c4fdcc8cecc5bce58c48dba4df6307d03d018997 /openbox/client.c | |
| parent | 36072a3e96013f69c47c7f05568ee9b992517dc5 (diff) | |
make unfocus really unfocus everything
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 36ca352c..3ba2baf8 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); - focus_fallback(FALSE); + focus_set_client(NULL); } gboolean client_focused(Client *self) |
