diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-04-15 02:15:36 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-15 02:15:36 +0000 |
commit | 21bb83612d6785164aa5e1b0f1e38a2c29a708ca (patch) | |
tree | 12c5ae72f7b5a5eeef11b9db7a16206f718e0c3a /ChangeLog.pre-2-8 | |
parent | efd3aec5037f190d2b7d161790688eb352609f40 (diff) | |
download | gdk-pixbuf-21bb83612d6785164aa5e1b0f1e38a2c29a708ca.tar.gz |
Fix the problem introduced by whoever thought that randomly changing ints
1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
by whoever thought that randomly changing ints to unsigned int
without reviewing the code was a good idea. It is, btw not
mentioned in the ChangeLog as usual, but I know it was not Elliot
the culprit this time.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1cc52e708..eb9899cca 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +1998-04-14 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced + by whoever thought that randomly changing ints to unsigned int + without reviewing the code was a good idea. It is, btw not + mentioned in the ChangeLog as usual, but I know it was not Elliot + the culprit this time. + Mon Apr 13 19:16:22 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.0.0 |