]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
Add _OB_VERSION and _OB_APP_ROLE/CLASS/NAME/TYPE
[chaz/openbox] / openbox / prop.h
index 419aa512b91ee4e3c05017393b2ad3b349721e33..716456737792d7fe4a11bc1752f66db01beffc43 100644 (file)
@@ -202,9 +202,11 @@ typedef struct Atoms {
     Atom ob_theme;
     Atom ob_config_file;
     Atom ob_control;
-    Atom ob_role;
-    Atom ob_name;
-    Atom ob_class;
+    Atom ob_version;
+    Atom ob_app_role;
+    Atom ob_app_name;
+    Atom ob_app_class;
+    Atom ob_app_type;
 } Atoms;
 extern Atoms prop_atoms;
 
This page took 0.020551 seconds and 4 git commands to generate.