diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2014-10-06 21:54:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2014-10-11 02:13:49 +0200 |
| commit | 39dfb7458a75ca502fb0c18ec0f1a107f5d51249 (patch) | |
| tree | 68775241fabce04d11b92f4e4731c27209fa911d /openbox/menu.h | |
| parent | d3359676e49b558cb7c6e24ea889c037d044b79f (diff) | |
Pass the GravityPoint as const* instead of by value
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index d9de36ae..3f5d024a 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -181,7 +181,7 @@ void menu_clear_pipe_caches(void); void menu_show_all_shortcuts(ObMenu *self, gboolean show); -void menu_show(gchar *name, GravityPoint pos, gint monitor, +void menu_show(gchar *name, const GravityPoint *pos, gint monitor, gboolean mouse, gboolean user_positioned, struct _ObClient *client); gboolean menu_hide_delay_reached(void); |
