forked from AuroraMiddleware/gtk
textview: Use guint since we specify ": 1"
This commit is contained in:
parent
3f2aacca52
commit
fa3a0963ee
@ -1 +0,0 @@
|
||||
N_(" ");
|
@ -242,7 +242,7 @@ struct _GtkTextViewPrivate
|
||||
guint selection_handle_dragged : 1;
|
||||
guint populate_all : 1;
|
||||
|
||||
gboolean in_scroll : 1;
|
||||
guint in_scroll : 1;
|
||||
};
|
||||
|
||||
struct _GtkTextPendingScroll
|
||||
|
Loading…
Reference in New Issue
Block a user