summaryrefslogtreecommitdiff
path: root/openbox/menuframe.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-10-06 19:38:51 +0200
committerMikael Magnusson <mikachu@gmail.com>2014-10-06 22:05:26 +0200
commitc5c5b7b455334ec2987b0f04e18d817f6d3767d0 (patch)
treef1344f89cdc7e0ee62df3f2133c9be4aa23e26b3 /openbox/menuframe.h
parent238ab3f742644af7f3b4d2a7a7860fedd290ad29 (diff)
Resolve gravity coords in menuframe so it can use the widths
Diffstat (limited to 'openbox/menuframe.h')
-rw-r--r--openbox/menuframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h
index 2d7a2ae0..64dcd597 100644
--- a/openbox/menuframe.h
+++ b/openbox/menuframe.h
@@ -120,8 +120,8 @@ void menu_frame_move(ObMenuFrame *self, gint x, gint y);
void menu_frame_move_on_screen(ObMenuFrame *self, gint x, gint y,
gint *dx, gint *dy);
-gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y,
- gboolean mouse);
+gboolean menu_frame_show_topmenu(ObMenuFrame *self, GravityPoint pos,
+ gint monitor, gboolean mouse);
gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent,
ObMenuEntryFrame *parent_entry);