]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
no more interactive mouse actions, they are evil etc. actions now "feel" much more...
[chaz/openbox] / openbox / prop.h
index 4ed6d7212e96f54861c348fd268829461c96b745..a9d1b573249fa55fdf994f54eac31410a581408b 100644 (file)
@@ -56,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;
@@ -65,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.021517 seconds and 4 git commands to generate.