Skip to content

Commit

Permalink
Add support for alpha-modifier-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion authored and kennylevinsen committed Sep 29, 2024
1 parent 00e9a94 commit a0b3606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sway/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <wlr/config.h>
#include <wlr/render/allocator.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_alpha_modifier_v1.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_content_type_v1.h>
#include <wlr/types/wlr_cursor_shape_v1.h>
Expand Down Expand Up @@ -326,6 +327,7 @@ bool server_init(struct sway_server *server) {
&server->pointer_constraint);

wlr_presentation_create(server->wl_display, server->backend);
wlr_alpha_modifier_v1_create(server->wl_display);

server->output_manager_v1 =
wlr_output_manager_v1_create(server->wl_display);
Expand Down

0 comments on commit a0b3606

Please sign in to comment.