summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-14 23:04:54 -0500
committerDana Jansens <danakj@orodu.net>2008-02-14 23:04:54 -0500
commit0c8aca23eb94efe740acffc6c20ab73794da2218 (patch)
tree3c798f4b7b79aeaa5ae7f3a4d64238862fdca196 /openbox/prop.h
parentcec5480108e2d4158ba5086223e07cc34587dff5 (diff)
set the window type hint on menus to be "popup menus"
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 464fe26d..ae423271 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -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 */