]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
initialize the action shutdown function to NULL
[chaz/openbox] / openbox / prop.h
index 46c930177e0bccef8743bc5f2b30f2a86576ba32..716456737792d7fe4a11bc1752f66db01beffc43 100644 (file)
@@ -55,6 +55,7 @@ typedef struct Atoms {
     Atom wm_client_leader;
     Atom wm_transient_for;
     Atom motif_wm_hints;
+    Atom motif_wm_info;
 
     /* SM atoms */
     Atom sm_client_id;
@@ -201,6 +202,11 @@ typedef struct Atoms {
     Atom ob_theme;
     Atom ob_config_file;
     Atom ob_control;
+    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.020993 seconds and 4 git commands to generate.