diff options
author | emersion <contact@emersion.fr> | 2017-10-31 15:19:55 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-31 15:19:55 +0100 |
commit | ec22fe713445977c1a122572107495b584117b16 (patch) | |
tree | 112d49c48b8a71d143b73827aeebcc0f44834dba /backend | |
parent | d2581eadbc8cc1613a04f10b8bdf113a00eaa240 (diff) |
Make wlr_output_interface.enable optional
Diffstat (limited to 'backend')
-rw-r--r-- | backend/wayland/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/wayland/output.c b/backend/wayland/output.c index c336eeb7..494e0522 100644 --- a/backend/wayland/output.c +++ b/backend/wayland/output.c @@ -189,7 +189,7 @@ static struct wlr_output_impl output_impl = { .make_current = wlr_wl_output_make_current, .swap_buffers = wlr_wl_output_swap_buffers, .set_cursor = wlr_wl_output_set_cursor, - .move_cursor = wlr_wl_output_move_cursor + .move_cursor = wlr_wl_output_move_cursor, }; static void xdg_surface_handle_configure(void *data, struct zxdg_surface_v6 *xdg_surface, |