summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/wayland.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2015-01-16 02:08:18 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2015-01-16 02:08:18 +0200
commita54bcf694ad152ba0a5c1c3f2de6bc9c82bba02f (patch)
tree035ff1c1db386e48135705b5c663060248b3fa66 /lib/renderers/wayland/wayland.h
parent20189fb8d26e422bf17dda4264e84ed7b1b2a340 (diff)
parentada6edc175eb89d318e55204368e2ba5dad07b1b (diff)
downloadbemenu-a54bcf694ad152ba0a5c1c3f2de6bc9c82bba02f.tar.gz
bemenu-a54bcf694ad152ba0a5c1c3f2de6bc9c82bba02f.tar.bz2
bemenu-a54bcf694ad152ba0a5c1c3f2de6bc9c82bba02f.zip
Merge branch 'pango-wip'
Diffstat (limited to 'lib/renderers/wayland/wayland.h')
-rw-r--r--lib/renderers/wayland/wayland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/renderers/wayland/wayland.h b/lib/renderers/wayland/wayland.h
index 886a0fd..dff6aba 100644
--- a/lib/renderers/wayland/wayland.h
+++ b/lib/renderers/wayland/wayland.h
@@ -85,7 +85,7 @@ struct window {
uint32_t displayed;
struct {
- uint32_t (*render)(struct cairo *cairo, uint32_t width, uint32_t height, const struct bm_menu *menu);
+ 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);
} notify;
};
@@ -111,7 +111,7 @@ struct wayland {
void bm_wl_repeat(struct wayland *wayland);
bool bm_wl_registry_register(struct wayland *wayland);
void bm_wl_registry_destroy(struct wayland *wayland);
-void bm_wl_window_render(struct window *window, const struct bm_menu *menu, uint32_t lines);
+void bm_wl_window_render(struct window *window, const struct bm_menu *menu);
bool bm_wl_window_create(struct window *window, struct wl_shm *shm, struct wl_shell *shell, struct xdg_shell *xdg_shell, struct wl_surface *surface);
void bm_wl_window_destroy(struct window *window);