From 39dfb7458a75ca502fb0c18ec0f1a107f5d51249 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 6 Oct 2014 21:54:16 +0200 Subject: Pass the GravityPoint as const* instead of by value --- openbox/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/menu.c') 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; -- cgit v1.2.3