]> Dogcows Code - chaz/openbox/blobdiff - obt/prop.c
save key values based on their value, but we dont know what values they have yet
[chaz/openbox] / obt / prop.c
index 185bf5374eaa99d3d7362c56307fb871db262be0..ae229e4295e82ed413394f2eac4f50f761ff0e3e 100644 (file)
@@ -190,6 +190,12 @@ void obt_prop_startup(void)
     CREATE_(OB_WM_ACTION_UNDECORATE);
     CREATE_(OB_WM_STATE_UNDECORATED);
     CREATE_(OB_CONTROL);
+    CREATE_(OB_VERSION);
+    CREATE_(OB_APP_ROLE);
+    CREATE_(OB_APP_TITLE);
+    CREATE_(OB_APP_NAME);
+    CREATE_(OB_APP_CLASS);
+    CREATE_(OB_APP_TYPE);
 }
 
 Atom obt_prop_atom(ObtPropAtom a)
This page took 0.020552 seconds and 4 git commands to generate.