dockapps/wmix/include
Jeremy Sowden 7e43b2a679 wmix: fix multiple definitions of global variables.
The mixer API variables are declared in a header with no explicit
linkage.  This results in there being definitions of them in multiple
object files, which causes a link failure with GCC 10, since this
uses -fno-common by default.

Add `extern` to the header declarations and separate declarations with
no linkage in mixer.c where they are assigned.

Link: https://bugs.debian.org/957947
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
2020-04-18 19:46:37 +01:00
..
common.h wmix: added function to handle Multimedia keys related to volume 2014-06-07 21:27:27 +01:00
config.h wmix: Use autotools for build. 2017-09-29 11:11:40 +01:00
led-off.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
led-on.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
master.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
misc.h wmix: created new file config.c to contain configuration related stuff 2014-06-07 21:27:27 +01:00
mixer-alsa.h Add native ALSA mixer support 2015-09-17 03:23:07 +01:00
mixer-oss.h Add native ALSA mixer support 2015-09-17 03:23:07 +01:00
mixer.h wmix: fix multiple definitions of global variables. 2020-04-18 19:46:37 +01:00
mmkeys.h wmix: added function to handle Multimedia keys related to volume 2014-06-07 21:27:27 +01:00
ui_x.h wmix: call XSetCommand(). 2019-07-10 09:43:45 +01:00