summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2013-01-20 13:53:58 -0500
committerSteve Zesch <[email protected]>2013-01-20 13:53:58 -0500
commit193ba3d4a28b7930bf66bf51ca2e9a0ecfc61edf (patch)
tree1beb0a58cc49c7be6f0f3dcdd29b400c3e8a03ab /src/daemon/daemon.h
parent5618708514ac34257e9ba93af96e9ef32a4ad0c2 (diff)
downloadmate-notification-daemon-193ba3d4a28b7930bf66bf51ca2e9a0ecfc61edf.tar.bz2
mate-notification-daemon-193ba3d4a28b7930bf66bf51ca2e9a0ecfc61edf.tar.xz
Backend now supports selecting which monitor to display a notification on.
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index b405fad..6cbb6b3 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -36,6 +36,8 @@
#define GSETTINGS_KEY_POPUP_LOCATION "popup-location"
#define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled"
#define GSETTINGS_KEY_DEFAULT_SOUND "default-sound"
+#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number"
+#define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor"
#define NOTIFY_TYPE_DAEMON (notify_daemon_get_type())
#define NOTIFY_DAEMON(obj) \