diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-10-08 15:26:02 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-08 15:26:02 +0000 |
commit | eabb63be3b323c00beb37af412d2d1e68bf27c8e (patch) | |
tree | 75085aae69653bda873f1179c56ff21ab80ee33c /gtk/gtkmain.c | |
parent | ca4f063f289333ea788216e35733dd82cd1acffd (diff) | |
download | gtk+-eabb63be3b323c00beb37af412d2d1e68bf27c8e.tar.gz |
Add a new debug flag, geometry, to debug size allocation.
2004-10-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdebug.h:
* gtk/gtkwidget.c (gtk_widget_size_allocate): Add a new debug
flag, geometry, to debug size allocation.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index f9d15b1dae..a078645912 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -157,7 +157,8 @@ static const GDebugKey gtk_debug_keys[] = { {"updates", GTK_DEBUG_UPDATES}, {"keybindings", GTK_DEBUG_KEYBINDINGS}, {"multihead", GTK_DEBUG_MULTIHEAD}, - {"modules", GTK_DEBUG_MODULES} + {"modules", GTK_DEBUG_MODULES}, + {"geometry", GTK_DEBUG_GEOMETRY} }; static const guint gtk_ndebug_keys = sizeof (gtk_debug_keys) / sizeof (GDebugKey); |