summaryrefslogtreecommitdiffstats
path: root/source/l/SDL2/SDL2.SDL_syswm.h.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-07-25 22:48:09 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-26 08:59:43 +0200
commit8b5c0b991d345c720e4c36441cf53151c23138cf (patch)
tree784ab367f86443be74cffb2d9aa39044e5ab880c /source/l/SDL2/SDL2.SDL_syswm.h.diff
parent652e0a15cf4aa30541c94f5f4f7993030fc267d1 (diff)
downloadcurrent-20190725224809.tar.gz
current-20190725224809.tar.xz
Thu Jul 25 22:48:09 UTC 201920190725224809
l/SDL2-2.0.10-x86_64-1.txz: Upgraded. l/gmime-3.2.3-x86_64-1.txz: Upgraded. Shared library .so-version bump. n/NetworkManager-1.18.2-x86_64-1.txz: Upgraded. n/dhcpcd-8.0.1-x86_64-1.txz: Upgraded. n/openldap-client-2.4.48-x86_64-1.txz: Upgraded. xap/pan-0.145-x86_64-2.txz: Rebuilt. Recompiled against gmime-3.2.3.
Diffstat (limited to 'source/l/SDL2/SDL2.SDL_syswm.h.diff')
-rw-r--r--source/l/SDL2/SDL2.SDL_syswm.h.diff42
1 files changed, 0 insertions, 42 deletions
diff --git a/source/l/SDL2/SDL2.SDL_syswm.h.diff b/source/l/SDL2/SDL2.SDL_syswm.h.diff
deleted file mode 100644
index 4f743fc47..000000000
--- a/source/l/SDL2/SDL2.SDL_syswm.h.diff
+++ /dev/null
@@ -1,42 +0,0 @@
-
-# HG changeset patch
-# User Ozkan Sezer <sezeroz@gmail.com>
-# Date 1541526624 -10800
-# Node ID 244cdac21bcdd0e4a6152ad7c28756bcb39c4aa9
-# Parent 50b071ef40ab427420dbe91212473e88c7d42155
-fix bug #4362 - SDL_syswm.h with SDL_PROTOTYPES_ONLY broken in C++ mode
-
-diff -r 50b071ef40ab -r 244cdac21bcd include/SDL_syswm.h
---- a/include/SDL_syswm.h Sun Nov 04 21:11:07 2018 -0500
-+++ b/include/SDL_syswm.h Tue Nov 06 20:50:24 2018 +0300
-@@ -41,9 +41,9 @@
- * an unhandled window event occurs. This event is ignored by default, but
- * you can enable it with SDL_EventState().
- */
--#ifdef SDL_PROTOTYPES_ONLY
- struct SDL_SysWMinfo;
--#else
-+
-+#if !defined(SDL_PROTOTYPES_ONLY)
-
- #if defined(SDL_VIDEO_DRIVER_WINDOWS)
- #ifndef WIN32_LEAN_AND_MEAN
-@@ -103,6 +103,8 @@
- #if defined(SDL_VIDEO_DRIVER_VIVANTE)
- #include "SDL_egl.h"
- #endif
-+#endif /* SDL_PROTOTYPES_ONLY */
-+
-
- #include "begin_code.h"
- /* Set up for C function definitions, even when using C++ */
-@@ -110,6 +112,7 @@
- extern "C" {
- #endif
-
-+#if !defined(SDL_PROTOTYPES_ONLY)
- /**
- * These are the various supported windowing subsystems
- */
-
-