mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
gtkwidget.h: Fix a typo
Fix a type introduced in
commit 818d444e2f
Reported by Garrett Regier.
This commit is contained in:
parent
72467ba2e6
commit
86441c6427
@ -114,7 +114,7 @@ typedef enum
|
||||
GTK_RC_STYLE = 1 << 16,
|
||||
GTK_COMPOSITE_CHILD = 1 << 17,
|
||||
GTK_APP_PAINTABLE = 1 << 18,
|
||||
GTK_RECEIVES_DEFAULT = 1 << 29,
|
||||
GTK_RECEIVES_DEFAULT = 1 << 19,
|
||||
GTK_DOUBLE_BUFFERED = 1 << 20,
|
||||
GTK_NO_SHOW_ALL = 1 << 21,
|
||||
GTK_MULTIDEVICE = 1 << 22
|
||||
|
Loading…
Reference in New Issue
Block a user