]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
add the _NET_WM_USER_TIME property support. When focus_new is enabled, don't focus...
[chaz/openbox] / openbox / prop.h
index f65dd1355351863233b6e0af8c15695ab386d4db..1931cb658dbf23776d054f8e24573ea232b9a9e1 100644 (file)
@@ -92,6 +92,9 @@ typedef struct Atoms {
     Atom net_wm_icon;
 /*  Atom net_wm_pid; */
     Atom net_wm_allowed_actions;
+    Atom net_wm_user_time;
+    Atom net_frame_extents;
+
     /* application protocols */
 /*  Atom   Atom net_wm_ping; */
 
@@ -138,6 +141,7 @@ typedef struct Atoms {
     Atom net_wm_state_fullscreen;
     Atom net_wm_state_above;
     Atom net_wm_state_below;
+    Atom net_wm_state_demands_attention;
 
     Atom net_wm_state_add;
     Atom net_wm_state_remove;
@@ -152,12 +156,9 @@ typedef struct Atoms {
 
     /* Extra atoms */
 
-    Atom kde_net_wm_frame_strut;
     Atom kde_wm_change_state;
     Atom kde_net_wm_window_type_override;
 
-    Atom kwm_win_icon;
-
     Atom rootpmapid;
     Atom esetrootid;
 
@@ -166,8 +167,6 @@ typedef struct Atoms {
     Atom openbox_pid;
     Atom ob_wm_state_undecorated;
     Atom ob_control;
-    Atom ob_reconfigure;
-    Atom ob_restart;
 } Atoms;
 Atoms prop_atoms;
 
This page took 0.022247 seconds and 4 git commands to generate.