mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
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:
parent
cbe8876050
commit
2dd9549085
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
#ifndef WLR_RENDER_DRM_FORMAT_SET_H
|
||||||
#define WLR_RENDER_DRM_FORMAT_SET_H
|
#define WLR_RENDER_DRM_FORMAT_SET_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue