mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-06 03:01:40 -04:00
wlr_xdg_decoration_v1: support version 2
This commit is contained in:
parent
b287e361fc
commit
bd99e8c2bd
2 changed files with 8 additions and 5 deletions
|
|
@ -66,7 +66,8 @@ struct wlr_xdg_toplevel_decoration_v1 {
|
|||
};
|
||||
|
||||
struct wlr_xdg_decoration_manager_v1 *
|
||||
wlr_xdg_decoration_manager_v1_create(struct wl_display *display);
|
||||
wlr_xdg_decoration_manager_v1_create(struct wl_display *display,
|
||||
uint32_t version);
|
||||
|
||||
uint32_t wlr_xdg_toplevel_decoration_v1_set_mode(
|
||||
struct wlr_xdg_toplevel_decoration_v1 *decoration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue