diff options
author | monsta <[email protected]> | 2016-11-20 23:35:35 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 23:35:35 +0300 |
commit | 030632057c5c65a46d218c9ed2ffed5277513c6e (patch) | |
tree | 5c642707d54df4c9fef0dd20d7e77e6dea41fd35 /src/gs-prefs.h | |
parent | cceaaea0b336b9d288ac9399979427f5fd78b74d (diff) | |
download | mate-screensaver-030632057c5c65a46d218c9ed2ffed5277513c6e.tar.bz2 mate-screensaver-030632057c5c65a46d218c9ed2ffed5277513c6e.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require libmatekbd and libmate-desktop >= 1.17
Diffstat (limited to 'src/gs-prefs.h')
-rw-r--r-- | src/gs-prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gs-prefs.h b/src/gs-prefs.h index fd4cf73..3b5957d 100644 --- a/src/gs-prefs.h +++ b/src/gs-prefs.h @@ -23,6 +23,8 @@ #ifndef __GS_PREFS_H #define __GS_PREFS_H +#include <glib.h> + G_BEGIN_DECLS #define GS_TYPE_PREFS (gs_prefs_get_type ()) |