diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-09-24 20:29:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-09-24 20:29:28 +0000 |
commit | c2aa25d703efebcac9e8fe50a22910ead7f48c8e (patch) | |
tree | 8180bca9adb1285df95ccc9a443a83878851c604 /ChangeLog.pre-2-6 | |
parent | f9d267ae80e7f423cc206b89a476d29f5eaa1320 (diff) | |
download | gtk+-c2aa25d703efebcac9e8fe50a22910ead7f48c8e.tar.gz |
gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checking
Tue Sep 24 16:24:22 2002 Owen Taylor <otaylor@redhat.com>
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c
* gdk/linux-fb/gdkimage-fb.c (gdk_image_put/get_pixel):
Add bounds-checking g_return_if_fail(). (Olexiy Avramchenko)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aec036ede3..a3e9148f53 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Tue Sep 24 16:24:22 2002 Owen Taylor <otaylor@redhat.com> + + * gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c + * gdk/linux-fb/gdkimage-fb.c (gdk_image_put/get_pixel): + Add bounds-checking g_return_if_fail(). (Olexiy Avramchenko) + Tue Sep 24 16:04:44 2002 Owen Taylor <otaylor@redhat.com> * gdkprivate-x11.h gdkcolor-x11.c gdkvisual-x11.c |