]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
move directionalcycling actions into the same .c file. make interactive actions all...
[chaz/openbox] / openbox / prop.h
index a1d9f52ee843f0407cdf8e06c52562c6d7a68477..b9d6795eda1f296d4ca801714178542927111cc7 100644 (file)
@@ -190,9 +190,10 @@ typedef struct Atoms {
 
     /* Openbox specific atoms */
      
+    Atom ob_wm_action_undecorate;
     Atom ob_wm_state_undecorated;
-    Atom ob_pid; /* this is depreecated in favour of ob_control */
-    Atom ob_config;
+    Atom openbox_pid; /* this is depreecated in favour of ob_control */
+    Atom ob_theme;
     Atom ob_control;
 } Atoms;
 Atoms prop_atoms;
This page took 0.021687 seconds and 4 git commands to generate.