aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xcursor.h
AgeCommit message (Collapse)Author
2018-07-29Initial pass on API stability guaranteesDrew DeVault
This introduces -DWLR_USE_UNSTABLE and adds information regarding the stability status to all headers. I started with a conservative set of headers to mark as stable: - types/wlr_matrix.h - util/edges.h - util/log.h - util/region.h - xcursor.h
2018-02-02Fix typo in xcursor.hDrew DeVault
2018-02-01Improve xcursor docsDrew DeVault
2017-12-08move get_resize_name to xcursorTony Crisci
2017-11-12Introduce wlr_xcursor_manageremersion
2017-09-23Use more consistent include guard namesemersion
2017-08-18rename wlr_cursor to wlr_xcursorTony Crisci
This is for the implementation of another type that should be called wlr_cursor.
2017-08-07Add xcursor sublibraryDrew DeVault