From 1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8 Mon Sep 17 00:00:00 2001 From: Laszlo Boros Date: Sun, 18 Aug 2013 01:26:29 +0200 Subject: GTK3 support --- src/eom-statusbar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/eom-statusbar.h') diff --git a/src/eom-statusbar.h b/src/eom-statusbar.h index 5258127..cf263d4 100644 --- a/src/eom-statusbar.h +++ b/src/eom-statusbar.h @@ -63,8 +63,10 @@ void eom_statusbar_set_image_number (EomStatusbar *statusbar, void eom_statusbar_set_progress (EomStatusbar *statusbar, gdouble progress); +#if !GTK_CHECK_VERSION(3, 0, 0) void eom_statusbar_set_has_resize_grip (EomStatusbar *statusbar, gboolean has_resize_grip); +#endif G_END_DECLS -- cgit v1.2.1