mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
755d8aa290
References: https://www.vogons.org/viewtopic.php?f=31&t=62703 PR: 244960 Submitted by: tobias.rehbein@web.de Reviewed by: knyght@gmail.com (maintainer)
12 lines
272 B
C++
12 lines
272 B
C++
--- src/gui/sdlmain.cpp.orig 2020-03-21 19:17:13 UTC
|
|
+++ src/gui/sdlmain.cpp
|
|
@@ -1433,7 +1433,7 @@ void GFX_LosingFocus(void) {
|
|
#define DB_POLLSKIP 1
|
|
#endif
|
|
|
|
-#if defined(LINUX)
|
|
+#if defined(LINUX) || defined(BSD)
|
|
#define SDL_XORG_FIX 1
|
|
#else
|
|
#define SDL_XORG_FIX 0
|