X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_oss.c;h=9926b800642fce99d9e6c569a34668b969e8945e;hb=ef9b48fe33bd373656f2c426ab3f8440d6490077;hp=c991516b871c8599c5458c26b96468b697ceea40;hpb=b567e6b27ee4224ea24b0f5df2c0a077a3c3b637;p=xonotic%2Fdarkplaces.git diff --git a/snd_oss.c b/snd_oss.c index c991516b..9926b800 100644 --- a/snd_oss.c +++ b/snd_oss.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // OSS module, used by Linux and FreeBSD +#include "quakedef.h" #include #include @@ -27,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include "quakedef.h" #include "snd_main.h" @@ -330,3 +330,15 @@ void SndSys_UnlockRenderBuffer (void) { // Nothing to do } + +/* +==================== +SndSys_SendKeyEvents + +Send keyboard events originating from the sound system (e.g. MIDI) +==================== +*/ +void SndSys_SendKeyEvents(void) +{ + // not supported +}