summaryrefslogtreecommitdiff
path: root/gtk/compat.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 09:52:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-13 09:52:40 +0000
commit155d8dec3ff6e7b009de4956acc739ac2c61e6f7 (patch)
tree5c4d1c8feb346c602188161ea11c144384c06997 /gtk/compat.h
parentb652e1f36e07eb7adb7601e5f3a065f0c25ee8a3 (diff)
downloadnetsurf-155d8dec3ff6e7b009de4956acc739ac2c61e6f7.tar.gz
netsurf-155d8dec3ff6e7b009de4956acc739ac2c61e6f7.tar.bz2
gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8
svn path=/trunk/netsurf/; revision=12009
Diffstat (limited to 'gtk/compat.h')
-rw-r--r--gtk/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/compat.h b/gtk/compat.h
index 489fa7ea1..1bd18a0d6 100644
--- a/gtk/compat.h
+++ b/gtk/compat.h
@@ -32,5 +32,6 @@ gboolean nsgtk_widget_get_realized(GtkWidget *widget);
gboolean nsgtk_widget_get_mapped(GtkWidget *widget);
gboolean nsgtk_widget_is_drawable(GtkWidget *widget);
GtkStateType nsgtk_widget_get_state(GtkWidget *widget);
+void nsgtk_dialog_set_has_separator(GtkDialog *dialog, gboolean setting);
#endif /* NETSURF_GTK_COMPAT_H */