Try to make the builbot happy

#	define gtk_widget_is_drawable(x) GDK_IS_DRAWABLE(x)

svn path=/trunk/; revision=38319
This commit is contained in:
Anders Broman 2011-08-03 15:25:57 +00:00
parent 1293999174
commit 2b93b58f17
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
# define gtk_widget_get_state(x) GTK_WIDGET_STATE(x)
# define gtk_widget_get_allocation(x,y) (*(y) = x->allocation)
# define gtk_widget_get_sensitive(x) GTK_WIDGET_SENSITIVE(x)
# define gtk_widget_is_drawable(x) GDK_IS_DRAWABLE(x)
#endif
#if !GTK_CHECK_VERSION (2, 20, 0)