From d589989372d55af812f6b24766eb979330efc3d7 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Tue, 23 Jun 2026 13:34:08 -0400
Subject: [PATCH] Revert "Sync SDL2_mixer wiki -> header"
This reverts commit f1a3b3f0f0f6a3990ecfcc4cbe156785e7479a06.
---
include/SDL_mixer.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/include/SDL_mixer.h b/include/SDL_mixer.h
index 38654e2c1..2c4dd0983 100644
--- a/include/SDL_mixer.h
+++ b/include/SDL_mixer.h
@@ -463,6 +463,11 @@ extern DECLSPEC int SDLCALL Mix_OpenAudio(int frequency, Uint16 format, int chan
extern DECLSPEC int SDLCALL Mix_OpenAudioDevice(int frequency, Uint16 format, int channels, int chunksize, const char* device, int allowed_changes);
/**
+ * Suspend or resume the whole audio output.
+ *
+ * \param pause_on 1 to pause audio output, or 0 to resume.
+ *
+ * \since This function is available since SDL_mixer 2.8.0.
*/
extern DECLSPEC void SDLCALL Mix_PauseAudio(int pause_on);