]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
add startup notification in its own .c/.h files
[chaz/openbox] / openbox / prop.h
index 58ff570a192e64582ce086b42234de639482232d..a9d1b573249fa55fdf994f54eac31410a581408b 100644 (file)
@@ -33,6 +33,9 @@ typedef struct Atoms {
     Atom wm_window_role;
     Atom motif_wm_hints;
 
+    /* SM atoms */
+    Atom sm_client_id;
+
     /* NETWM atoms */
      
     /* root window properties */
@@ -53,6 +56,10 @@ typedef struct Atoms {
     Atom net_close_window;
     Atom net_wm_moveresize;
     Atom net_moveresize_window;
+
+    /* startup-notification extension */
+    Atom net_startup_id;
+
     /* application window properties */
     Atom net_wm_name;
     Atom net_wm_visible_name;
@@ -62,6 +69,7 @@ typedef struct Atoms {
     Atom net_wm_window_type;
     Atom net_wm_state;
     Atom net_wm_strut;
+    Atom net_wm_strut_partial;
     Atom net_wm_icon;
 /*  Atom net_wm_pid; */
     Atom net_wm_allowed_actions;
This page took 0.020873 seconds and 4 git commands to generate.