summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/wayland.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailRoxas@gmail.com>2019-06-01 22:09:52 +0300
committerGitHub <noreply@github.com>2019-06-01 22:09:52 +0300
commit572470ef8cc4725728b239fe5fa65f62f9d70dd4 (patch)
tree8fa42cf9f947df05dc5ee872f847deac2113a880 /lib/renderers/wayland/wayland.h
parentdac040f659fe90a520591e7179de19d6279e4d29 (diff)
parent93cde4831bca7055c38a1d6246fdcb84df07f7ec (diff)
downloadbemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.tar.gz
bemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.tar.bz2
bemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.zip
Merge pull request #57 from alyssais/line-height
bemenu: add --line-height / -H option
Diffstat (limited to 'lib/renderers/wayland/wayland.h')
-rw-r--r--lib/renderers/wayland/wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/renderers/wayland/wayland.h b/lib/renderers/wayland/wayland.h
index c6da458..752f095 100644
--- a/lib/renderers/wayland/wayland.h
+++ b/lib/renderers/wayland/wayland.h
@@ -87,7 +87,7 @@ struct window {
bool render_pending;
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;
};