diff options
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index b917a59d..ae69acbb 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -457,7 +457,7 @@ static gboolean menu_hide_delay_func(gpointer data) return FALSE; /* no repeat */ } -void menu_show(gchar *name, GravityPoint pos, gint monitor, +void menu_show(gchar *name, const GravityPoint *pos, gint monitor, gboolean mouse, gboolean user_positioned, ObClient *client) { ObMenu *self; |
