]> Dogcows Code - chaz/openbox/commitdiff
add comment
authorDana Jansens <danakj@orodu.net>
Mon, 22 Sep 2003 04:13:34 +0000 (04:13 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 22 Sep 2003 04:13:34 +0000 (04:13 +0000)
openbox/action.c

index 332e100d45c4a15bdd4ed0363d1e6310ece2642a..c6e66c3517ceaa1f8b5cf3162d802e6780f4722d 100644 (file)
@@ -49,13 +49,17 @@ inline void client_action_end(union ActionData *data)
             } else {
                 ObClient *c;
 
+                /* usually this is sorta redundant, but with a press action
+                   the enter event will come as a GrabNotify which is
+                   ignored, so this will handle that case */
                 if ((c = client_under_pointer()))
                     event_enter_client(c);
             }
         }
 }
 
-typedef struct ActionString {
+typedef struct
+{
     const gchar *name;
     void (*func)(union ActionData *);
     void (*setup)(ObAction **, ObUserAction uact);
This page took 0.027607 seconds and 4 git commands to generate.