forked from AuroraMiddleware/gtk
Fix off-by-one allocation errors. (#143337, Billy Biggs)
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation errors. (#143337, Billy Biggs)
This commit is contained in:
parent
ac8b3dc1ae
commit
588b8c7f71
@ -1,3 +1,8 @@
|
||||
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
|
||||
errors. (#143337, Billy Biggs)
|
||||
|
||||
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
|
||||
errors. (#143337, Billy Biggs)
|
||||
|
||||
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
|
||||
errors. (#143337, Billy Biggs)
|
||||
|
||||
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c: Fix off-by-one allocation
|
||||
errors. (#143337, Billy Biggs)
|
||||
|
||||
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set
|
||||
|
@ -787,14 +787,14 @@ get_real_window (GdkDisplay *display,
|
||||
}
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
static const char notify_modes[][18] = {
|
||||
static const char notify_modes[][19] = {
|
||||
"NotifyNormal",
|
||||
"NotifyGrab",
|
||||
"NotifyUngrab",
|
||||
"NotifyWhileGrabbed"
|
||||
};
|
||||
|
||||
static const char notify_details[][22] = {
|
||||
static const char notify_details[][23] = {
|
||||
"NotifyAncestor",
|
||||
"NotifyVirtual",
|
||||
"NotifyInferior",
|
||||
|
Loading…
Reference in New Issue
Block a user