pointer-constraints: add unstable header

This commit is contained in:
emersion 2018-09-27 12:39:29 +02:00
parent fadbdcd13c
commit 1b598f67ca
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_TYPES_WLR_POINTER_CONSTRAINTS_V1_H
#define WLR_TYPES_WLR_POINTER_CONSTRAINTS_V1_H