]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
Don't hilite new windows when we're restoring them from a saved session.
[chaz/openbox] / openbox / prop.h
index 464fe26dea1dd6fcfeec45fff68c31abfc2319db..644717a2af816ed905cedd166e3fb025c68ccb91 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;
@@ -86,6 +88,10 @@ typedef struct Atoms {
     Atom net_wm_bottomright;
     Atom net_wm_bottomleft;
 
+    /* types that we use but don't support */
+
+    Atom net_wm_window_type_popup_menu;
+
     /* Everything below here must go in net_supported on the root window */
 
     /* root window properties */
This page took 0.019917 seconds and 4 git commands to generate.