From 4cb48bebb5e13224c0f272809914de679cf395e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Jun 2003 18:22:19 +0000 Subject: 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 --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/client.c') 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; } -- cgit v1.2.3