mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-04 00:07:01 -04:00
Merge d05c14e8f7 into 350e2ef8b9
This commit is contained in:
commit
23be99ffdf
1 changed files with 1 additions and 1 deletions
2
cage.c
2
cage.c
|
|
@ -475,7 +475,7 @@ main(int argc, char *argv[])
|
|||
wl_signal_add(&xdg_shell->events.new_popup, &server.new_xdg_popup);
|
||||
|
||||
struct wlr_xdg_decoration_manager_v1 *xdg_decoration_manager =
|
||||
wlr_xdg_decoration_manager_v1_create(server.wl_display);
|
||||
wlr_xdg_decoration_manager_v1_create(server.wl_display, 2);
|
||||
if (!xdg_decoration_manager) {
|
||||
wlr_log(WLR_ERROR, "Unable to create the XDG decoration manager");
|
||||
ret = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue