aboutsummaryrefslogtreecommitdiff
path: root/wlroots.syms
AgeCommit message (Collapse)Author
2021-06-17build: simplify version scriptSimon Ser
Let's expose all of our prefixed symbols. Instead of trying to have fine-grained rules and only expose our public API, let's just expose all symbols that won't cause a conflict. Users won't be able to use the symbols without a proper header declaration anyways. If they go through the process of re-defining wlr_ symbols manually, that's on them if their build breaks. This aligns the rules with [1]. [1]: https://github.com/swaywm/wlroots/pull/2969
2020-02-17util: add wlr_output_destroy_safeSimon Ser
This adds a generic helper to destory transient globals. See [1]. This patch depends on [2] and [3]. [1]: https://gitlab.freedesktop.org/wayland/wayland/issues/10 [2]: https://gitlab.freedesktop.org/wayland/wayland/merge_requests/28 [3]: https://gitlab.freedesktop.org/wayland/wayland/merge_requests/30
2018-07-20Remove symbol versioning from DSOemersion
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-04-25Remove wlr_ prefix from local symbolsemersion
2018-04-21Use tabs instead of spaces in symbols fileemersion
2018-04-21Remove a few local prefixed symbolsemersion
2018-03-21render/gles2: make wlr_renderer_begin take viewport sizeemersion
This allows raw GL calls outside wlr_renderer to be removed.
2018-02-24add _wlr_vlog to syms globalTony Crisci
2018-02-23Add symbols fileGuido Günther
to only export symbols matching wlr_* from the wlroots library