]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add a comment
[chaz/openbox] / openbox / client.c
index 477575a8cf9817717e33bd8ca395d5103c35a5f6..5c025229af84f31ddb2212cf22f4e437705915d9 100644 (file)
@@ -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 */
This page took 0.019955 seconds and 4 git commands to generate.