mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-23 05:15:58 +01: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…
Reference in a new issue