From fa32adf16ce190fd20fc75cbe37551fc1cc3f89f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 14 Sep 2005 17:05:53 +0000 Subject: fix menus to show on the screen the mouse cursor spawned them from --- openbox/menuframe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/menuframe.h') 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; -- cgit v1.2.3