aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Billli11 <Billli11HKB@Gmail.com>2023-12-28 18:28:28 +0800
committerLibravatar GitHub <noreply@github.com>2023-12-28 11:28:28 +0100
commit0aceff74696f03d306dc9de5473d9ed7afb73f67 (patch)
treea6b60b4e88df07a43c08144819ef71408ef20a11 /include
parentChase wlroots!4482 (diff)
downloadsway-0aceff74696f03d306dc9de5473d9ed7afb73f67.tar.gz
sway-0aceff74696f03d306dc9de5473d9ed7afb73f67.tar.zst
sway-0aceff74696f03d306dc9de5473d9ed7afb73f67.zip
Remove wlr_presentation in sway_server struct
It is no longer in use.
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index bf195706..b0e8dfd6 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -82,8 +82,6 @@ struct sway_server {
82 struct wlr_drm_lease_v1_manager *drm_lease_manager; 82 struct wlr_drm_lease_v1_manager *drm_lease_manager;
83 struct wl_listener drm_lease_request; 83 struct wl_listener drm_lease_request;
84 84
85 struct wlr_presentation *presentation;
86
87 struct wlr_pointer_constraints_v1 *pointer_constraints; 85 struct wlr_pointer_constraints_v1 *pointer_constraints;
88 struct wl_listener pointer_constraint; 86 struct wl_listener pointer_constraint;
89 87