aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2024-07-13 13:13:08 +0200
committerFurkan Sahin <furkan-dev@proton.me>2024-07-13 13:13:08 +0200
commite2c6f8fc07214d1957aa63a71abc1e950584127b (patch)
treeb78e12cdeb43225272ab70a3aed2e90c392c7556 /include
parent2a829be839d096615248fe74ee2c406eed37fa1f (diff)
Drop wl_drm again
In [1] we re-introduced a debug flag to enable wl_drm. Time has passed and Xwayland + VA-API + amdvlk now all support linux-dmabuf-v1. [1]: https://github.com/swaywm/sway/pull/7916
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 6152651e..66f0967c 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -151,7 +151,6 @@ struct sway_debug {
bool noatomic; // Ignore atomic layout updates
bool txn_timings; // Log verbose messages about transactions
bool txn_wait; // Always wait for the timeout before applying
- bool legacy_wl_drm; // Enable the legacy wl_drm interface
};
extern struct sway_debug debug;