summaryrefslogtreecommitdiff
path: root/src/daemon/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/stack.c')
-rw-r--r--src/daemon/stack.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/stack.c b/src/daemon/stack.c
index 608436e..0e8ec87 100644
--- a/src/daemon/stack.c
+++ b/src/daemon/stack.c
@@ -50,6 +50,11 @@ GList* notify_stack_get_windows(NotifyStack *stack)
return stack->windows;
}
+GdkMonitor* notify_stack_get_monitor(NotifyStack *stack)
+{
+ return stack->monitor;
+}
+
#ifdef HAVE_X11
static gboolean
get_work_area (NotifyStack *stack,