diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-04 18:22:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-04 18:22:19 +0000 |
| commit | 4cb48bebb5e13224c0f272809914de679cf395e1 (patch) | |
| tree | a216df040889918845bab155189a184708d0b62c /openbox/client.c | |
| parent | 1139d96e7f109158e27a0605f4de94ccceb41c55 (diff) | |
reverting the transient focus cycle change, its just not.. right. add the parent's title to the transient's for the popup instead of just relpacing it
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 40b0836e..beb5c986 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2254,6 +2254,7 @@ gboolean client_can_focus(Client *self) self->desktop == DESKTOP_ALL) && !self->iconic)) return FALSE; + return TRUE; } |
