summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-27 04:20:30 +0000
committerDana Jansens <danakj@orodu.net>2003-06-27 04:20:30 +0000
commit34e819738b344a992a1dbfd6cdd165e0c8ddb3a9 (patch)
tree479e77d920b6f595e92955dfcbb8fd0b63720ad1 /openbox/menu.h
parentd0abbec2e522119c0865f668b094c60a1712e24f (diff)
xinerama support
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index ea5d7454..9ca78880 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -55,6 +55,7 @@ typedef struct Menu {
int item_h;
Point location;
Size size;
+ guint xin_area; /* index of the xinerama head/area */
/* plugin stuff */
char *plugin;