summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/wayland.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailRoxas@gmail.com>2018-04-29 19:51:57 +0300
committerGitHub <noreply@github.com>2018-04-29 19:51:57 +0300
commit5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092 (patch)
tree28685517342ee943414de4047900e2c8f83171ce /lib/renderers/wayland/wayland.h
parentf7bb9f953df41d61beb1bce750ca10df1993ec99 (diff)
parent67c3c04acbc8e00a9fcbcba63940eea66dd3d01f (diff)
downloadbemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.tar.gz
bemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.tar.bz2
bemenu-5ecb57085785c8e3fac68d8a2f2b6cf2e44c1092.zip
Merge pull request #33 from martinetd/wayland
More wayland fixes
Diffstat (limited to 'lib/renderers/wayland/wayland.h')
-rw-r--r--lib/renderers/wayland/wayland.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/renderers/wayland/wayland.h b/lib/renderers/wayland/wayland.h
index 9fd9dc7..cc50feb 100644
--- a/lib/renderers/wayland/wayland.h
+++ b/lib/renderers/wayland/wayland.h
@@ -117,8 +117,9 @@ 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);
+void bm_wl_window_render(struct window *window, struct wl_display *display, const struct bm_menu *menu);
void bm_wl_window_set_bottom(struct window *window, struct wl_display *display, bool bottom);
+void bm_wl_window_grab_keyboard(struct window *window, struct wl_display *display, bool grab);
bool bm_wl_window_create(struct window *window, struct wl_display *display, struct wl_shm *shm, struct wl_output *output, struct zwlr_layer_shell_v1 *layer_shell, struct wl_surface *surface);
void bm_wl_window_destroy(struct window *window);