This website works better with JavaScript.
Explore
Help
Sign In
itycodes
/
wlseeds
Watch
1
Star
0
Fork
You've already forked wlseeds
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d817ebb80f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd817ebb80f'
${ noResults }
wlseeds
/
wlroots.syms
8 lines
46 B
Raw
Normal View
History
Unescape
Escape
Remove symbol versioning from DSO
6 years ago
{
Use tabs instead of spaces in symbols file
7 years ago
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
3 years ago
_wlr_*;
Use tabs instead of spaces in symbols file
7 years ago
local:
*;
Add symbols file to only export symbols matching wlr_* from the wlroots library
7 years ago
};