mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
pointer-constraints: add unstable header
This commit is contained in:
parent
fadbdcd13c
commit
1b598f67ca
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_TYPES_WLR_POINTER_CONSTRAINTS_V1_H
|
#ifndef WLR_TYPES_WLR_POINTER_CONSTRAINTS_V1_H
|
||||||
#define WLR_TYPES_WLR_POINTER_CONSTRAINTS_V1_H
|
#define WLR_TYPES_WLR_POINTER_CONSTRAINTS_V1_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue