comparison src/proto.h @ 17004:353ed7ef78df v8.1.1502

patch 8.1.1502: cannot play any sound commit https://github.com/vim/vim/commit/427f5b66ce0abe19daed9291b1693f6e8aae6552 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:43:51 2019 +0200 patch 8.1.1502: cannot play any sound Problem: Cannot play any sound. Solution: Use libcanberra if available. Add sound functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 13:45:06 +0200
parents eda4d65f232c
children 3147c7c2e86b
comparison
equal deleted inserted replaced
17003:0363f6e9eac3 17004:353ed7ef78df
181 # endif 181 # endif
182 # include "search.pro" 182 # include "search.pro"
183 # ifdef FEAT_SIGNS 183 # ifdef FEAT_SIGNS
184 # include "sign.pro" 184 # include "sign.pro"
185 # endif 185 # endif
186 # include "sound.pro"
186 # include "spell.pro" 187 # include "spell.pro"
187 # include "spellfile.pro" 188 # include "spellfile.pro"
188 # include "syntax.pro" 189 # include "syntax.pro"
189 # include "tag.pro" 190 # include "tag.pro"
190 # include "term.pro" 191 # include "term.pro"