diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-23 23:11:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-23 23:11:33 +0000 |
| commit | b4eecc51b55509a0b9c8b5f8cdd536f6b668af58 (patch) | |
| tree | 4a014c3538f3ef5e48d464cc6119965d6d3a0c81 /openbox/client.c | |
| parent | c97c6342c2df75314052b2d105195ac7806824e1 (diff) | |
focus_client was becoming invalid if the focused client was unmanaged.
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 5471bedd..c184c891 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -525,7 +525,6 @@ void client_unmanage(ObClient *self) event_ignore_queued_enters(); } - keyboard_grab_for_client(self, FALSE); mouse_grab_for_client(self, FALSE); |
