drm_format_set: Mark as unstable

This is supposed to be an unstable interface and it was a mistake that
this header was not included.
This commit is contained in:
Alexander Orzechowski 2023-05-03 12:52:11 -04:00 committed by Simon Ser
parent cbe8876050
commit 2dd9549085
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
* This an unstable interface of wlroots. No guarantees are made regarding the
* future consistency of this API.
*/
#ifndef WLR_USE_UNSTABLE
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
#endif
#ifndef WLR_RENDER_DRM_FORMAT_SET_H
#define WLR_RENDER_DRM_FORMAT_SET_H