X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cd389869043087202581d00677256e20b4123ac..33785d9f22d92717aedef5249210e03b69bdff5c:/docs/microwin/microwindows.patches diff --git a/docs/microwin/microwindows.patches b/docs/microwin/microwindows.patches index 34209c58ef..ddd99a826c 100644 --- a/docs/microwin/microwindows.patches +++ b/docs/microwin/microwindows.patches @@ -1,16 +1,45 @@ -diff -rbu2 microwin.orig/src/mwin/winevent.c microwin/src/mwin/winevent.c ---- microwin.orig/src/mwin/winevent.c Sun Nov 26 04:57:52 2000 -+++ microwin/src/mwin/winevent.c Thu Jul 5 17:08:35 2001 -@@ -166,5 +166,5 @@ +diff -rbu2 ../microwindows-0.89pre8.orig/src/config ./src/config +--- ../microwindows-0.89pre8.orig/src/config Fri Dec 21 14:07:18 2001 ++++ ./src/config Fri Dec 21 14:14:37 2001 +@@ -47,7 +47,7 @@ + # + #################################################################### +-OPTIMIZE = Y +-DEBUG = N +-VERBOSE = N ++OPTIMIZE = N ++DEBUG = Y ++VERBOSE = Y + + #################################################################### +@@ -191,5 +191,5 @@ + # + #################################################################### +-ERASEMOVE = Y ++ERASEMOVE = N + UPDATEREGIONS = Y + +@@ -216,5 +216,5 @@ + + # X Window screen, mouse and kbd drivers +-X11 = N ++X11 = Y + + ifeq ($(X11), Y) +diff -rbu2 ../microwindows-0.89pre8.orig/src/mwin/winevent.c ./src/mwin/winevent.c +--- ../microwindows-0.89pre8.orig/src/mwin/winevent.c Fri Dec 21 14:07:21 2001 ++++ ./src/mwin/winevent.c Fri Dec 21 14:10:59 2001 +@@ -167,5 +167,5 @@ /* then possibly send user mouse message*/ - if(hittest == HTCLIENT) { + if(hittest == HTCLIENT || hwnd == GetCapture()) { pt.x = cursorx; pt.y = cursory; -diff -rbu2 microwin.orig/src/mwin/winuser.c microwin/src/mwin/winuser.c ---- microwin.orig/src/mwin/winuser.c Wed Jul 5 01:36:42 2000 -+++ microwin/src/mwin/winuser.c Mon Jul 2 13:11:51 2001 +Only in ./src/mwin: winevent.c~ +diff -rbu2 ../microwindows-0.89pre8.orig/src/mwin/winuser.c ./src/mwin/winuser.c +--- ../microwindows-0.89pre8.orig/src/mwin/winuser.c Fri Dec 21 14:07:21 2001 ++++ ./src/mwin/winuser.c Fri Dec 21 14:10:59 2001 @@ -137,7 +137,11 @@ }