mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
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
This commit is contained in:
parent
0153bc92ab
commit
1d4632f97f
3 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue