]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
Add an obprop tool which can print UTF-8 strings properly, for our users.
[chaz/openbox] / openbox / prop.h
index ae423271f6bb68f77733b104ed9c8918da159530..419aa512b91ee4e3c05017393b2ad3b349721e33 100644 (file)
@@ -53,7 +53,9 @@ typedef struct Atoms {
     Atom wm_client_machine;
     Atom wm_command;
     Atom wm_client_leader;
+    Atom wm_transient_for;
     Atom motif_wm_hints;
+    Atom motif_wm_info;
 
     /* SM atoms */
     Atom sm_client_id;
@@ -200,6 +202,9 @@ typedef struct Atoms {
     Atom ob_theme;
     Atom ob_config_file;
     Atom ob_control;
+    Atom ob_role;
+    Atom ob_name;
+    Atom ob_class;
 } Atoms;
 extern Atoms prop_atoms;
 
This page took 0.025052 seconds and 4 git commands to generate.