]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
get the mouse pointer position if it is on another screen too.
[chaz/openbox] / openbox / prop.h
index 4ae9e775ceb5c540bd4b1711eaff4af2179978ff..eaa1bf2d8897f495e07d3c15c9348920f6571bec 100644 (file)
@@ -51,6 +51,8 @@ typedef struct Atoms {
     Atom wm_class;
     Atom wm_window_role;
     Atom wm_client_machine;
+    Atom wm_command;
+    Atom wm_client_leader;
     Atom motif_wm_hints;
 
     /* SM atoms */
@@ -184,7 +186,7 @@ typedef struct Atoms {
      
     Atom openbox_wm_state_undecorated;
     Atom openbox_pid;
-    Atom openbox_rc;
+    Atom openbox_config;
     Atom openbox_control;
 } Atoms;
 Atoms prop_atoms;
This page took 0.022696 seconds and 4 git commands to generate.