diff options
author | adam <adam@pkgsrc.org> | 2004-11-09 10:48:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-09 10:48:02 +0000 |
commit | d5e021809a249af03c15afe507cd7152febad035 (patch) | |
tree | 4aaaf6d957a4587f0b56ae58417c11425dbc6a41 /devel/allegro/patches/patch-aa | |
parent | 625c7f78f4deb631c3cfd6e59edf2c46aec4921b (diff) | |
download | pkgsrc-d5e021809a249af03c15afe507cd7152febad035.tar.gz |
Changes 4.1.16:
* Fixed two problems with the keyboard driver on Windows.
* Added a set_allegro_resource_path() function.
* Added hardware cursor support to the X11 and DirectX window drivers.
* Fixed a crash when initializing, deinitializing and reinitializing Allegro on Windows.
* New MIDI input driver for the Windows port.
* Improved the speed of drawing primitives on X11 and implemented locking/unlocking for video bitmaps.
* Fixed bugs in set_palette() and remove_int().
* Fixed a bug where the X11 fullscreen driver would fail if no virtual screen was reported.
* Many fixes to source, examples and documentation.
Diffstat (limited to 'devel/allegro/patches/patch-aa')
-rw-r--r-- | devel/allegro/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/allegro/patches/patch-aa b/devel/allegro/patches/patch-aa index 8b0d6dbc30c..f7ce4104b94 100644 --- a/devel/allegro/patches/patch-aa +++ b/devel/allegro/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2004/06/03 23:29:53 xtraeme Exp $ +$NetBSD: patch-aa,v 1.3 2004/11/09 10:48:02 adam Exp $ ---- makefile.in.orig 2004-06-04 01:24:37.000000000 +0200 -+++ makefile.in 2004-06-04 01:25:15.000000000 +0200 -@@ -472,17 +472,7 @@ +--- makefile.in.orig 2004-10-03 12:04:02.000000000 +0000 ++++ makefile.in +@@ -478,17 +478,7 @@ install-lib: lib modules fi $(mkinstalldirs) $(DESTDIR)$(bindir) @echo Installing allegro-config to $(DESTDIR)$(bindir) |