diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-29 19:33:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 19:33:09 -0400 |
commit | 1c7957cdc1b9bc395510ab7decc1394c1bcd1206 (patch) | |
tree | 01980ec58ae327d782db99d263a822676e226d7e /include/wlr/backend/libinput.h | |
parent | e67cb8c07ced35be9dc009effb75af05dc4403e4 (diff) | |
parent | 211ae764fdbf585d1cf3d17dddad346b42a93f98 (diff) |
Merge pull request #1131 from swaywm/initial-stable
Initial pass on API stability guarantees
Diffstat (limited to 'include/wlr/backend/libinput.h')
-rw-r--r-- | include/wlr/backend/libinput.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h index 92d31415..1a2ab294 100644 --- a/include/wlr/backend/libinput.h +++ b/include/wlr/backend/libinput.h @@ -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_BACKEND_LIBINPUT_H #define WLR_BACKEND_LIBINPUT_H |