diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-09 16:12:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 16:12:20 -0700 |
commit | 2518de655c7278728736d22549656c639e4c92f0 (patch) | |
tree | acd08ceb9709eb25541fa02fbc533a7c6a99dbad /wlroots.syms | |
parent | e78d72f42e10b43a76ef5ba6b8c4b3b470b25245 (diff) | |
parent | 7cbef152063e1fbb24e6204339ff4587a74be04b (diff) |
Merge pull request #1126 from emersion/wlr-log-prefix
util: add wlr_ prefix to log symbols
Diffstat (limited to 'wlroots.syms')
-rw-r--r-- | wlroots.syms | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wlroots.syms b/wlroots.syms index 804c352f..ba085d0f 100644 --- a/wlroots.syms +++ b/wlroots.syms @@ -3,6 +3,7 @@ WLROOTS_0_0_0 { wlr_*; _wlr_log; _wlr_vlog; + _wlr_strip_path; local: wlr_signal_emit_safe; *; |