This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
wlroots-hyprland
Watch
1
Star
0
Fork
You've already forked wlroots-hyprland
0
mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced
2024-11-02 11:55:59 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0af4affd0b
wlroots-hyprland
/
wlroots.syms
8 lines
46 B
Text
Raw
Normal View
History
Unescape
Escape
Remove symbol versioning from DSO
2018-07-20 12:09:56 +02:00
{
Use tabs instead of spaces in symbols file
2018-04-21 11:22:51 +02:00
global:
wlr_*;
build: simplify version script 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
2021-06-14 23:49:28 +02:00
_wlr_*;
Use tabs instead of spaces in symbols file
2018-04-21 11:22:51 +02:00
local:
*;
Add symbols file to only export symbols matching wlr_* from the wlroots library
2018-02-20 08:06:51 +01:00
};
Reference in a new issue
Copy permalink