]> Dogcows Code - chaz/openbox/blobdiff - openbox/dispatch.h
dont focus !normal windows on enter events
[chaz/openbox] / openbox / dispatch.h
index c12cce108913b4c55d1a12a1abaf12d03a71b8cf..412e135e6a1df159601717de5fde82179881b01d 100644 (file)
@@ -18,9 +18,11 @@ typedef enum {
     Event_X_Bell          = 1 << 7, /* an XKB bell event */
 
     Event_Client_New      = 1 << 8, /* new window, before mapping */
-    Event_Client_Mapped   = 1 << 9, /* new window, after mapping */
+    Event_Client_Mapped   = 1 << 9, /* new window, after mapping
+                                       or uniconified */
     Event_Client_Destroy  = 1 << 10, /* unmanaged */
-    Event_Client_Unmapped = 1 << 11, /* unmanaged, after unmapping */
+    Event_Client_Unmapped = 1 << 11, /* unmanaged, after unmapping
+                                        or iconified */
     Event_Client_Focus    = 1 << 12, /* focused */
     Event_Client_Unfocus  = 1 << 13, /* unfocused */
     Event_Client_Urgent   = 1 << 14, /* entered/left urgent state */
@@ -46,7 +48,9 @@ typedef struct {
     int num[2];
     /* Event_Client_Desktop: num[0] = new number, num[1] = old number
        Event_Client_Urgent: num[0] = urgent state
-       Event_Client_Moving: num[0] = dest x coord, num[1] = dest y coord
+       Event_Client_Moving: num[0] = dest x coord, num[1] = dest y coord --
+                            change these in the handler to adjust where the
+                            window will be placed
      */
 } EventData_Client;
 
This page took 0.027078 seconds and 4 git commands to generate.