mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 05:51:19 +02:00
update dosbox, protobuf
This commit is contained in:
11
emu/dosbox/files/patch-src_gui_sdlmain.cpp
Normal file
11
emu/dosbox/files/patch-src_gui_sdlmain.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user