]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/microwin/microwindows.patches
Corrected printing docs
[wxWidgets.git] / docs / microwin / microwindows.patches
index 34209c58ef2da474093dfcc2bfeb86ff9082078c..ddd99a826c3bec7d5c616665c2463e4bfa000aa4 100644 (file)
@@ -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 @@
  }