From e2c6f8fc07214d1957aa63a71abc1e950584127b Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sat, 13 Jul 2024 13:13:08 +0200 Subject: 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 --- include/sway/server.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3