diff options
| author | Simon Ser <contact@emersion.fr> | 2024-07-13 13:13:08 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-04-20 13:28:36 +0200 |
| commit | 1d4632f97fb6ee61abe350ae9f76270562396553 (patch) | |
| tree | b78e12cdeb43225272ab70a3aed2e90c392c7556 /include | |
| parent | 0153bc92abb4974c1a3421a79e976dcf9938e50a (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.h | 1 |
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; |
