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/menuframe.h | |
| parent | d3359676e49b558cb7c6e24ea889c037d044b79f (diff) | |
Pass the GravityPoint as const* instead of by value
Diffstat (limited to 'openbox/menuframe.h')
| -rw-r--r-- | openbox/menuframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 780290ba..7b295b6f 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -120,7 +120,7 @@ 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, GravityPoint pos, +gboolean menu_frame_show_topmenu(ObMenuFrame *self, const GravityPoint *pos, gint monitor, gboolean mouse, gboolean user_positioned); gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, |
