diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-02-24 12:27:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 12:27:24 -0500 |
commit | 3bce37f99a0390ef085063cb222b5e96584ae3dd (patch) | |
tree | 0d7a10f8b3f1f6302078b50011d987f37e08eab7 /wlroots.syms | |
parent | b7b86a959188d5b2e47a2a4182c6041b022d68c2 (diff) | |
parent | 47c9d29919e33f6f8f66dd9155bc56faa5e8a15a (diff) |
Merge pull request #666 from acrisci/syms-wlr-vlog
add _wlr_vlog to syms global
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 93d6fe51..3f45e045 100644 --- a/wlroots.syms +++ b/wlroots.syms @@ -2,6 +2,7 @@ WLROOTS_0_0_0 { global: wlr_*; _wlr_log; + _wlr_vlog; local: wlr_data_device_keyboard_drag_interface; wlr_data_device_pointer_drag_interface; |