diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-24 12:12:05 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-24 12:12:05 -0500 |
commit | 47c9d29919e33f6f8f66dd9155bc56faa5e8a15a (patch) | |
tree | 0d7a10f8b3f1f6302078b50011d987f37e08eab7 | |
parent | b7b86a959188d5b2e47a2a4182c6041b022d68c2 (diff) |
add _wlr_vlog to syms global
-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; |