diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-05-18 22:23:23 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-05-18 22:23:23 +0000 |
commit | 330dd2f7c3976f8429cdb8a90e18b460657e9e9e (patch) | |
tree | ebf144473f9fff1c71a9851096c514aa6c523941 /ChangeLog.pre-2-8 | |
parent | 45dc3bcf82734647e4e6de1ba01b67dfd02adda8 (diff) | |
download | gdk-pixbuf-330dd2f7c3976f8429cdb8a90e18b460657e9e9e.tar.gz |
Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that
* gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
gdkx.h to a gdk subdirectory, so that applications can include
these with <gdk/*.h> without trouble.
* gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
(gdk_image_destroy): Plugged resource leak, some GdkImages didn't
have their bitmap destroyed.
* gdk/win32/gdk.def: Add gdk_root_parent.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d26bec35a..c6fb16a50 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,17 @@ +Wed May 19 01:09:34 1999 Tor Lillqvist <tml@iki.fi> + +1999-05-18 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and + gdkx.h to a gdk subdirectory, so that applications can include + these with <gdk/*.h> without trouble. + + * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified. + (gdk_image_destroy): Plugged resource leak, some GdkImages didn't + have their bitmap destroyed. + + * gdk/win32/gdk.def: Add gdk_root_parent. + Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * configure.in |