aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xcursor.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-07-29 19:33:09 -0400
committerGitHub <noreply@github.com>2018-07-29 19:33:09 -0400
commit1c7957cdc1b9bc395510ab7decc1394c1bcd1206 (patch)
tree01980ec58ae327d782db99d263a822676e226d7e /include/wlr/xcursor.h
parente67cb8c07ced35be9dc009effb75af05dc4403e4 (diff)
parent211ae764fdbf585d1cf3d17dddad346b42a93f98 (diff)
Merge pull request #1131 from swaywm/initial-stable
Initial pass on API stability guarantees
Diffstat (limited to 'include/wlr/xcursor.h')
-rw-r--r--include/wlr/xcursor.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h
index d97469f8..39874f39 100644
--- a/include/wlr/xcursor.h
+++ b/include/wlr/xcursor.h
@@ -24,8 +24,19 @@
*/
/*
- * This is adapted from wayland-cursor, but with the wl_shm client stuff removed
- * so we can use it on the compositor, too.
+ * This is a stable interface of wlroots. Future changes will be limited to:
+ *
+ * - New functions
+ * - New struct members
+ * - New enum members
+ *
+ * Note that wlroots does not make an ABI compatibility promise - in the future,
+ * the layout and size of structs used by wlroots may change, requiring code
+ * depending on this header to be recompiled (but not edited).
+ *
+ * Breaking changes are announced by email and follow a 1-year deprecation
+ * schedule. Send an email to ~sircmpwn/wlroots-announce+subscribe@lists.sr.ht
+ * to receive these announcements.
*/
#ifndef WLR_XCURSOR_H