diff options
author | rbuj <[email protected]> | 2020-11-17 10:07:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-26 11:50:18 +0100 |
commit | 921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab (patch) | |
tree | 06400a1c76c6d24426f936f72edc92c8e043c0c8 /src/capplet/mate-notification-properties.c | |
parent | c1dd04d294e329da95c515d7f5a9ac7a00d269cc (diff) | |
download | mate-notification-daemon-921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab.tar.bz2 mate-notification-daemon-921920e1dc19da3f7a6c50e7f6add9f4b42aa6ab.tar.xz |
Group common constants in a single file
Diffstat (limited to 'src/capplet/mate-notification-properties.c')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index e058359..154029d 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -31,13 +31,7 @@ #include <libnotify/notify.h> #include "stack.h" - -#define GSETTINGS_SCHEMA "org.mate.NotificationDaemon" -#define GSETTINGS_KEY_THEME "theme" -#define GSETTINGS_KEY_POPUP_LOCATION "popup-location" -#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" -#define GSETTINGS_KEY_USE_ACTIVE_MONITOR "use-active-monitor" -#define GSETTINGS_KEY_DO_NOT_DISTURB "do-not-disturb" +#include "constants.h" typedef struct { GSettings* gsettings; |