mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01: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
|
||||
#define WLR_RENDER_DRM_FORMAT_SET_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue