svn commit: r529043 - in head/emulators/dosbox: . files
Fernando Apesteguía
fernape at FreeBSD.org
Tue Mar 24 11:22:05 UTC 2020
Author: fernape
Date: Tue Mar 24 11:21:52 2020
New Revision: 529043
URL: https://svnweb.freebsd.org/changeset/ports/529043
Log:
emulators/dosbox: enable mouse locking with X.org newer than 1.20
References: https://www.vogons.org/viewtopic.php?f=31&t=62703
PR: 244960
Submitted by: tobias.rehbein at web.de
Reviewed by: knyght at gmail.com (maintainer)
Added:
head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp (contents, props changed)
Modified:
head/emulators/dosbox/Makefile
Modified: head/emulators/dosbox/Makefile
==============================================================================
--- head/emulators/dosbox/Makefile Tue Mar 24 10:55:12 2020 (r529042)
+++ head/emulators/dosbox/Makefile Tue Mar 24 11:21:52 2020 (r529043)
@@ -3,6 +3,7 @@
PORTNAME= dosbox
DISTVERSION= 0.74-3
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
Added: head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp Tue Mar 24 11:21:52 2020 (r529043)
@@ -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
More information about the svn-ports-all
mailing list