summaryrefslogtreecommitdiff
path: root/gtk/gtkhandlebox.c
diff options
context:
space:
mode:
authorYevgen Muntyan <muntyan@tamu.edu>2007-05-23 15:06:03 +0000
committerYevgen Muntyan <muntyan@src.gnome.org>2007-05-23 15:06:03 +0000
commit1a534510aa3f21bb8a101c6b3b40f32b6f178aa4 (patch)
tree82daeb5765a003fafa20ba9d73c80cb462e1d1fb /gtk/gtkhandlebox.c
parentc3bbd06de30951e2895f0dac9f6dabd77cdd260f (diff)
downloadgtk+-1a534510aa3f21bb8a101c6b3b40f32b6f178aa4.tar.gz
missing #include <ctype.h>.
2007-05-23 Yevgen Muntyan <muntyan@tamu.edu> * gtk/gtkprintunixdialog.c: missing #include <ctype.h>. * gtk/gtkhandlebox.c (gtk_handle_box_paint): * gtk/gtkpagesetupunixdialog.c (_gtk_load_custom_papers): * gtk/gtkstatusbar.c (gtk_statusbar_get_context_id): * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): * gtk/gtktrayicon-x11.c (gtk_tray_icon_send_dock_request): * gtk/gtkpreview.c (gtk_preview_finalize): * gtk/gtknotebook.c (gtk_notebook_set_group_id): * tests/testnotebookdnd.c (window_creation_function): * tests/testiconview.c (do_popup_menu): Fixed some compiler warnings (#440689). svn path=/trunk/; revision=17898
Diffstat (limited to 'gtk/gtkhandlebox.c')
-rw-r--r--gtk/gtkhandlebox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c
index 064f3354ee..ed78a6ff08 100644
--- a/gtk/gtkhandlebox.c
+++ b/gtk/gtkhandlebox.c
@@ -858,7 +858,7 @@ gtk_handle_box_paint (GtkWidget *widget,
{
GtkBin *bin;
GtkHandleBox *hb;
- guint width, height;
+ gint width, height;
GdkRectangle rect;
GdkRectangle dest;
gint handle_position;