improved last ChangeLog entry

svn path=/trunk/; revision=22368
This commit is contained in:
Sven Neumann
2009-02-18 20:44:43 +00:00
parent a292a2c70f
commit 695b0ff83d

View File

@ -7,9 +7,9 @@
* gdk/directfb/gdkcursor-directfb.c
* gdk/directfb/gdkevents-directfb.c
* gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
DIRECTFB_MAJOR_VERSION >= 1. We depend on DirectFB >= 1.0.0 now.
Fixes a potential build issue that would lead to a memory leak as
described in bug #533456.
DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
as we depend on DirectFB >= 1.0.0 now. Fixes a potential build
issue that would lead to a memory leak as described in bug #533456.
2009-02-18 Sven Neumann <sven@gimp.org>