gtkwidget.h: Fix a typo

Fix a type introduced in
commit 818d444e2f

Reported by Garrett Regier.
This commit is contained in:
Javier Jardón 2010-05-27 22:00:09 +02:00
parent 72467ba2e6
commit 86441c6427

View File

@ -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