Skip to content

Commit

Permalink
Port to wlroots 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Nov 23, 2022
1 parent deae8cf commit b49452c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stb_dep = dependency('stb')

wlroots_dep = dependency(
'wlroots',
version: ['>= 0.16.0', '< 0.17.0'],
version: ['>= 0.17.0', '< 0.18.0'],
fallback: ['wlroots', 'wlroots'],
default_options: ['default_library=static', 'examples=false', 'xwayland=enabled', 'backends=libinput', 'renderers=[]'],
)
Expand Down
2 changes: 1 addition & 1 deletion src/rendervulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3415,7 +3415,7 @@ static uint32_t renderer_get_render_buffer_caps( struct wlr_renderer *renderer )
return 0;
}

static void renderer_begin( struct wlr_renderer *renderer, uint32_t width, uint32_t height )
static bool renderer_begin( struct wlr_renderer *renderer, uint32_t width, uint32_t height )
{
abort(); // unreachable
}
Expand Down

0 comments on commit b49452c

Please sign in to comment.