summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-09-14 17:05:53 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-09-14 17:05:53 +0000
commitfa32adf16ce190fd20fc75cbe37551fc1cc3f89f (patch)
treedf321eb5b831eb8eae71621aeb5e07aaf3fda2ef /openbox/menuframe.h
parent9df57ff1b5c6f2bc631253cc8a51ec3af7d24d7e (diff)
fix menus to show on the screen the mouse cursor spawned them from
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 65f60560..83ec7521 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -64,6 +64,8 @@ struct _ObMenuFrame
gint text_x; /* offset at which the text appears in the items */
gint text_w; /* width of the text area in the items */
+ gint monitor; /* monitor on which to show the menu in xinerama */
+
Window title;
Window items;