diff options
Diffstat (limited to 'lib/renderers/x11/x11.h')
-rw-r--r-- | lib/renderers/x11/x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/renderers/x11/x11.h b/lib/renderers/x11/x11.h index fa6cea6..3dfb78f 100644 --- a/lib/renderers/x11/x11.h +++ b/lib/renderers/x11/x11.h @@ -36,7 +36,7 @@ struct window { bool bottom; struct { - void (*render)(struct cairo *cairo, uint32_t width, uint32_t height, uint32_t max_height, const struct bm_menu *menu, struct cairo_paint_result *result); + void (*render)(struct cairo *cairo, uint32_t width, uint32_t max_height, const struct bm_menu *menu, struct cairo_paint_result *result); } notify; }; |