From 135cdd43a96ac51f848f0ed54aea04c194e0118d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 14 Mar 1998 18:33:41 +0000 Subject: Some cleanups of signedness warnings Sat Mar 14 13:26:09 1998 Owen Taylor * gtk/gtkentry.c gtk/gtktext.c: Some cleanups of signedness warnings * gtk/gtkhandlebox.h: Changed gint ... : 1 to guint ... : 1 --- gtk/gtkhandlebox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkhandlebox.h') diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 224f977d67..58e68e25bd 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -50,9 +50,9 @@ struct _GtkHandleBox GdkWindow *steady_window; /* the window that stays in the parent container */ GtkWidget *float_window; GtkRequisition real_requisition; - gint is_being_dragged : 1; - gint is_onroot : 1; - gint overlap_attaches : 1; + guint is_being_dragged : 1; + guint is_onroot : 1; + guint overlap_attaches : 1; GdkCursor *fleur_cursor; gint dragoff_x, dragoff_y; /* start drag position (wrt widget->window) */ -- cgit v1.2.1