We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1311685 commit 872cf45Copy full SHA for 872cf45
sway/server.c
@@ -9,6 +9,7 @@
9
#include <wlr/config.h>
10
#include <wlr/render/allocator.h>
11
#include <wlr/render/wlr_renderer.h>
12
+#include <wlr/types/wlr_alpha_modifier_v1.h>
13
#include <wlr/types/wlr_compositor.h>
14
#include <wlr/types/wlr_content_type_v1.h>
15
#include <wlr/types/wlr_cursor_shape_v1.h>
@@ -321,6 +322,7 @@ bool server_init(struct sway_server *server) {
321
322
&server->pointer_constraint);
323
324
wlr_presentation_create(server->wl_display, server->backend);
325
+ wlr_alpha_modifier_v1_create(server->wl_display);
326
327
server->output_manager_v1 =
328
wlr_output_manager_v1_create(server->wl_display);
0 commit comments