diff options
author | monsta <[email protected]> | 2016-11-22 00:00:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 00:00:24 +0300 |
commit | ce1cbb1ec0c2ca72457fedb88aef870b9a5036fd (patch) | |
tree | a149506e95dcde4970f0281867668294d7909091 /src/gpm-prefs-core.h | |
parent | c1c672e45ffa331677a582289691e079cdde5138 (diff) | |
download | mate-power-manager-ce1cbb1ec0c2ca72457fedb88aef870b9a5036fd.tar.bz2 mate-power-manager-ce1cbb1ec0c2ca72457fedb88aef870b9a5036fd.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require mate-panel >= 1.17
Diffstat (limited to 'src/gpm-prefs-core.h')
-rw-r--r-- | src/gpm-prefs-core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpm-prefs-core.h b/src/gpm-prefs-core.h index ed8f936..6810d4d 100644 --- a/src/gpm-prefs-core.h +++ b/src/gpm-prefs-core.h @@ -50,12 +50,8 @@ typedef struct GType gpm_prefs_get_type (void); GpmPrefs *gpm_prefs_new (void); -#if GTK_CHECK_VERSION (3, 0, 0) GtkWidget *gpm_window (GpmPrefs *prefs); void gpm_prefs_activate_window (GtkApplication *app, GpmPrefs *prefs); -#else -void gpm_prefs_activate_window (GpmPrefs *prefs); -#endif G_END_DECLS |