aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-03 15:25:57 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-08-03 15:25:57 +0000
commita7615e911acee520080d53169d7b3ada82609f23 (patch)
tree0fa64b6e595f89d860fd8843831d35d279978000 /gtk
parent48a91fde30b6c749b0972f1b5a9a09d27f64ed97 (diff)
Try to make the builbot happy
# define gtk_widget_is_drawable(x) GDK_IS_DRAWABLE(x) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/old-gtk-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/old-gtk-compat.h b/gtk/old-gtk-compat.h
index d63fcb7225..a3824d5414 100644
--- a/gtk/old-gtk-compat.h
+++ b/gtk/old-gtk-compat.h
@@ -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)