mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Update for swaywm/wlroots#1243
This commit is contained in:
parent
5f9be1e1aa
commit
7699c5444c
9 changed files with 35 additions and 35 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#include <wlr/types/wlr_gamma_control.h>
|
||||
#include <wlr/types/wlr_gamma_control_v1.h>
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
#include <wlr/types/wlr_layer_shell.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_primary_selection.h>
|
||||
#include <wlr/types/wlr_screencopy_v1.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
|
|
@ -67,7 +67,7 @@ bool server_init(struct sway_server *server) {
|
|||
server->idle_inhibit_manager_v1 =
|
||||
sway_idle_inhibit_manager_v1_create(server->wl_display, server->idle);
|
||||
|
||||
server->layer_shell = wlr_layer_shell_create(server->wl_display);
|
||||
server->layer_shell = wlr_layer_shell_v1_create(server->wl_display);
|
||||
wl_signal_add(&server->layer_shell->events.new_surface,
|
||||
&server->layer_shell_surface);
|
||||
server->layer_shell_surface.notify = handle_layer_shell_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue