]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.h
set the window type hint on menus to be "popup menus"
[chaz/openbox] / openbox / prop.h
index 13c338efcfd86115351ae4c9e6cff7deeebe3eed..ae423271f6bb68f77733b104ed9c8918da159530 100644 (file)
@@ -86,6 +86,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 */
@@ -129,7 +133,7 @@ typedef struct Atoms {
     Atom net_wm_strut_partial;
     Atom net_wm_icon;
     Atom net_wm_icon_geometry;
-/*  Atom net_wm_pid; */
+    Atom net_wm_pid;
     Atom net_wm_allowed_actions;
     Atom net_wm_user_time;
 /*  Atom net_wm_user_time_window; */
@@ -194,9 +198,10 @@ typedef struct Atoms {
     Atom ob_wm_state_undecorated;
     Atom openbox_pid; /* this is depreecated in favour of ob_control */
     Atom ob_theme;
+    Atom ob_config_file;
     Atom ob_control;
 } Atoms;
-Atoms prop_atoms;
+extern Atoms prop_atoms;
 
 void prop_startup();
 
This page took 0.022974 seconds and 4 git commands to generate.