diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-06 19:38:51 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-06 22:05:26 +0200 |
| commit | c5c5b7b455334ec2987b0f04e18d817f6d3767d0 (patch) | |
| tree | f1344f89cdc7e0ee62df3f2133c9be4aa23e26b3 /openbox/menu.h | |
| parent | 238ab3f742644af7f3b4d2a7a7860fedd290ad29 (diff) | |
Resolve gravity coords in menuframe so it can use the widths
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 7d719729..08ca00e2 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -181,8 +181,8 @@ void menu_clear_pipe_caches(void); void menu_show_all_shortcuts(ObMenu *self, gboolean show); -void menu_show(gchar *name, gint x, gint y, gboolean mouse, - struct _ObClient *client); +void menu_show(gchar *name, GravityPoint pos, gint monitor, + gboolean mouse, struct _ObClient *client); gboolean menu_hide_delay_reached(void); /*! The show function is called right after a menu is shown */ |
