aboutsummaryrefslogtreecommitdiff
path: root/sway/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/server.c b/sway/server.c
index d173581f..69a9f27e 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -259,8 +259,7 @@ bool server_init(struct sway_server *server) {
wl_signal_add(&server->pointer_constraints->events.new_constraint,
&server->pointer_constraint);
- server->presentation =
- wlr_presentation_create(server->wl_display, server->backend);
+ wlr_presentation_create(server->wl_display, server->backend);
server->output_manager_v1 =
wlr_output_manager_v1_create(server->wl_display);