diff options
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r-- | src/daemon/daemon.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 98f7f4d..06d56e4 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -28,13 +28,7 @@ #include <glib-object.h> #include <gio/gio.h> -#define GSETTINGS_SCHEMA "org.mate.NotificationDaemon" -#define GSETTINGS_KEY_THEME "theme" -#define GSETTINGS_KEY_POPUP_LOCATION "popup-location" -#define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled" -#define GSETTINGS_KEY_DO_NOT_DISTURB "do-not-disturb" -#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number" -#define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor" +#include "constants.h" #define NOTIFY_TYPE_DAEMON (notify_daemon_get_type()) G_DECLARE_FINAL_TYPE (NotifyDaemon, notify_daemon, NOTIFY, DAEMON, GObject) |