From 60cb43d18c8929b2682f8dc530f70183777b7434 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 31 Oct 2010 16:16:14 -0300 Subject: [PATCH] Add information about patches for resize support in Allegro source code. --- NEWS.txt | 3 +++ src/allegro/README.txt | 1 + src/allegro/src/macosx/qzwindow.m | 2 ++ src/allegro/src/win/wddwin.c | 2 ++ src/allegro/src/win/wkeybd.c | 2 +- src/allegro/src/win/wwnd.c | 2 ++ src/allegro/src/x/xwin.c | 2 ++ 7 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS.txt b/NEWS.txt index 7f5500e59..c69367c17 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -5,6 +5,9 @@ NEWS 0.8.2 beta ---------- ++ Added support to resize the window in X11, Mac OS X, and Windows + platforms. + 0.8.1 beta ---------- diff --git a/src/allegro/README.txt b/src/allegro/README.txt index 34d1f3370..d38d485f9 100644 --- a/src/allegro/README.txt +++ b/src/allegro/README.txt @@ -6,3 +6,4 @@ Changes: DirectInput (like in Allegro 5). - Keyboard driver for Windows was modified to use WM_KEYDOWN/UP messages instead of DirectInput (like in Allegro 5). +- Added resize support for Windows, X11, and Mac OS X ports. diff --git a/src/allegro/src/macosx/qzwindow.m b/src/allegro/src/macosx/qzwindow.m index 8ee4b9758..1469ef6b1 100644 --- a/src/allegro/src/macosx/qzwindow.m +++ b/src/allegro/src/macosx/qzwindow.m @@ -12,6 +12,8 @@ * * By Angelo Mottola. * + * Added resize support by David Capello. + * * See readme.txt for copyright information. */ diff --git a/src/allegro/src/win/wddwin.c b/src/allegro/src/win/wddwin.c index 39ebd2991..b5b97dbf7 100644 --- a/src/allegro/src/win/wddwin.c +++ b/src/allegro/src/win/wddwin.c @@ -14,6 +14,8 @@ * * General overhaul by Eric Botcazou. * + * Added resize support by David Capello. + * * See readme.txt for copyright information. */ diff --git a/src/allegro/src/win/wkeybd.c b/src/allegro/src/win/wkeybd.c index 54b2c0cdf..90fd25535 100644 --- a/src/allegro/src/win/wkeybd.c +++ b/src/allegro/src/win/wkeybd.c @@ -1,5 +1,5 @@ /* - Mouse driver for ASE + Keyboard driver for ASE by David Capello Based on code of Stefan Schimanski, Peter Wang, Elias Pschernig, diff --git a/src/allegro/src/win/wwnd.c b/src/allegro/src/win/wwnd.c index bdfbad09d..0b8c53b5d 100644 --- a/src/allegro/src/win/wwnd.c +++ b/src/allegro/src/win/wwnd.c @@ -12,6 +12,8 @@ * * By Stefan Schimanski. * + * Added resize support by David Capello. + * * See readme.txt for copyright information. */ diff --git a/src/allegro/src/x/xwin.c b/src/allegro/src/x/xwin.c index 56421c4ef..31af2315e 100644 --- a/src/allegro/src/x/xwin.c +++ b/src/allegro/src/x/xwin.c @@ -16,6 +16,8 @@ * * X icon selection by Evert Glebbeek * + * Added resize support by David Capello. + * * See readme.txt for copyright information. */