aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-23 13:20:48 +0100
committerAlexander Orzechowski <alex@ozal.ski>2024-01-03 20:52:34 +0000
commitd0da76fbf6058af3068f49335c33c6d457ccf1fe (patch)
treec0d50924091174fdda8c8b68ed73f0856009d78b /include/wlr
parent57d7d79982a30f3623d99eab5e3bab0e47a8b953 (diff)
wl_drm: add deprecation notice
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_drm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_drm.h b/include/wlr/types/wlr_drm.h
index d28c7b8f..b2a5ce5a 100644
--- a/include/wlr/types/wlr_drm.h
+++ b/include/wlr/types/wlr_drm.h
@@ -29,6 +29,9 @@ struct wlr_drm_buffer {
*
* It only implements the minimum necessary for modern clients to behave
* properly. In particular, flink handles are left unimplemented.
+ *
+ * Deprecated: this protocol is legacy and superseded by linux-dmabuf. The
+ * implementation will be dropped in a future wlroots version.
*/
struct wlr_drm {
struct wl_global *global;