Add information about patches for resize support in Allegro source code.

This commit is contained in:
David Capello 2010-10-31 16:16:14 -03:00
parent 51c04f9d8c
commit 60cb43d18c
7 changed files with 13 additions and 1 deletions

View File

@ -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
----------

View File

@ -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.

View File

@ -12,6 +12,8 @@
*
* By Angelo Mottola.
*
* Added resize support by David Capello.
*
* See readme.txt for copyright information.
*/

View File

@ -14,6 +14,8 @@
*
* General overhaul by Eric Botcazou.
*
* Added resize support by David Capello.
*
* See readme.txt for copyright information.
*/

View File

@ -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,

View File

@ -12,6 +12,8 @@
*
* By Stefan Schimanski.
*
* Added resize support by David Capello.
*
* See readme.txt for copyright information.
*/

View File

@ -16,6 +16,8 @@
*
* X icon selection by Evert Glebbeek
*
* Added resize support by David Capello.
*
* See readme.txt for copyright information.
*/