diff options
author | monsta <[email protected]> | 2016-11-22 17:47:06 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 17:47:06 +0300 |
commit | f7acf55db3ab4b97d60faae24555a07b6b08d43c (patch) | |
tree | 6feb99e63f801161642669b01c9ce0c217e60d0b /battstat/battstat.h | |
parent | 45354a60352e05eba7e66e24a171e713876d71e9 (diff) | |
download | mate-applets-f7acf55db3ab4b97d60faae24555a07b6b08d43c.tar.bz2 mate-applets-f7acf55db3ab4b97d60faae24555a07b6b08d43c.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require mate-panel >= 1.17
WARNING: use GTK+3 build of libmateweather for this build.
that lib is not migrated to GTK+3 only as we will possibly
use libgweather instead of it.
Diffstat (limited to 'battstat/battstat.h')
-rw-r--r-- | battstat/battstat.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h index 1f4e800f..b0b59808 100644 --- a/battstat/battstat.h +++ b/battstat/battstat.h @@ -114,13 +114,8 @@ typedef struct _ProgressData { /* label changed type (% <-> h:mm) and must be refreshed */ gboolean refresh_label; -#if GTK_CHECK_VERSION (3, 0, 0) /* the main grid that contains the visual elements */ GtkWidget *grid; -#else - /* the main table that contains the visual elements */ - GtkWidget *table; -#endif /* the visual elements */ GtkWidget *battery; @@ -143,11 +138,7 @@ typedef struct _ProgressData { /* on a vertical or horizontal panel? (up/down/left/right) */ MatePanelAppletOrient orienttype; -#if GTK_CHECK_VERSION (3, 0, 0) /* the current layout of the visual elements inside the grid */ -#else - /* the current layout of the visual elements inside the table */ -#endif LayoutConfiguration layout; /* g_timeout source identifier */ |