diff options
author | Laszlo Boros <[email protected]> | 2013-08-18 01:26:29 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-17 12:28:11 +0200 |
commit | 1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8 (patch) | |
tree | 0051295b73ee5aa6caa0210e6a3ac7af11edf674 /src/eom-statusbar.h | |
parent | 7a364394044201fbd23a9fc5e152f512d24fd876 (diff) | |
download | eom-1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8.tar.bz2 eom-1e9954cbc51fc67b1e34cd6dd8f0a77a360eb4c8.tar.xz |
GTK3 support
Diffstat (limited to 'src/eom-statusbar.h')
-rw-r--r-- | src/eom-statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |