From 03f8528315fa46c95991a34f3325d7b33ae5538c Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Sat, 02 May 2020 21:48:36 +0000
Subject: [PATCH] Update source to SDL2 2.0.12
---
source/src/SDL_hints_c.h | 19 +++++++------------
1 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/source/src/video/mir/SDL_mirmouse.h b/source/src/SDL_hints_c.h
similarity index 74%
copy from source/src/video/mir/SDL_mirmouse.h
copy to source/src/SDL_hints_c.h
index de32610..ae731d4 100644
--- a/source/src/video/mir/SDL_mirmouse.h
+++ b/source/src/SDL_hints_c.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -18,20 +18,15 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
+#include "./SDL_internal.h"
-/*
- Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
-*/
+/* This file defines useful function for working with SDL hints */
-#ifndef SDL_mirmouse_h_
-#define SDL_mirmouse_h_
+#ifndef SDL_hints_c_h_
+#define SDL_hints_c_h_
-extern void
-MIR_InitMouse();
+extern SDL_bool SDL_GetStringBoolean(const char *value, SDL_bool default_value);
-extern void
-MIR_FiniMouse();
-
-#endif /* SDL_mirmouse_h_ */
+#endif /* SDL_hints_c_h_ */
/* vi: set ts=4 sw=4 expandtab: */
--
Gitblit v1.9.3