diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:40:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:40:47 +0000 |
| commit | 3d0ba381dba5a421e8bb91e29f08412048a8427c (patch) | |
| tree | c3d1e345c29197935a5c1d9cc76aadc2d8a120e8 /openbox/client.c | |
| parent | e38b27fcce8af079fd0fbeb9f271a8e8f385d590 (diff) | |
put it back
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 3ba2baf8..dbeb658b 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_set_client(NULL); + focus_fallbacK(FALSE); } gboolean client_focused(Client *self) |
