diff options
author | Colomban Wendling <[email protected]> | 2024-09-10 18:39:01 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-09-22 06:13:18 +0000 |
commit | 90b39ec6035110936e24b8095b7128e1330806f1 (patch) | |
tree | 996c699e7e10c025e3c1fb06bb347acb7c897a3b /src/daemon/stack.h | |
parent | 10455f6dc15a5d41d2e06e2f7c1c09276a0bbf4f (diff) | |
download | mate-notification-daemon-90b39ec6035110936e24b8095b7128e1330806f1.tar.bz2 mate-notification-daemon-90b39ec6035110936e24b8095b7128e1330806f1.tar.xz |
daemon: Properly update the set of monitors when it changes
Fixes #218.
Diffstat (limited to 'src/daemon/stack.h')
-rw-r--r-- | src/daemon/stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/stack.h b/src/daemon/stack.h index 2795beb..0e24b70 100644 --- a/src/daemon/stack.h +++ b/src/daemon/stack.h @@ -46,6 +46,7 @@ void notify_stack_set_location(NotifyStack* stack, NotifyStackLocation location) void notify_stack_add_window(NotifyStack* stack, GtkWindow* nw, gboolean new_notification); void notify_stack_remove_window(NotifyStack* stack, GtkWindow* nw); GList* notify_stack_get_windows(NotifyStack* stack); +GdkMonitor* notify_stack_get_monitor(NotifyStack* stack); void notify_stack_queue_update_position(NotifyStack* stack); #endif /* _NOTIFY_STACK_H_ */ |