From e48dce6707b9273eaa46957624932288317a30da Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 00:35:11 +0000 Subject: [PATCH] add a comment --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/client.c b/openbox/client.c index 477575a8..5c025229 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3463,6 +3463,8 @@ gboolean client_can_focus(ObClient *self) gboolean client_focus(ObClient *self) { + /* we might not focus this window, so if we have modal children which would + be focused instead, bring them to this desktop */ client_bring_modal_windows(self); /* choose the correct target */ -- 2.39.2