From ef889fb188834a7f3e4bcc7d630c26c2bcc0a77d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 31 Oct 2016 11:56:51 -0400 Subject: [PATCH] move SoundIoBackendDummy enum item position Now new backends can go at the end position and avoid rolling major version number. When dummy was the last one, it was tempting to put new backends before it. --- soundio/soundio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundio/soundio.h b/soundio/soundio.h index dd0711d..9890ba6 100644 --- a/soundio/soundio.h +++ b/soundio/soundio.h @@ -217,12 +217,12 @@ enum SoundIoChannelLayoutId { enum SoundIoBackend { SoundIoBackendNone, + SoundIoBackendDummy, SoundIoBackendJack, SoundIoBackendPulseAudio, SoundIoBackendAlsa, SoundIoBackendCoreAudio, SoundIoBackendWasapi, - SoundIoBackendDummy, }; enum SoundIoDeviceAim {