summaryrefslogtreecommitdiff
path: root/src/daemon/wayland.h
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-09-14 02:38:48 -0700
committerraveit65 <[email protected]>2020-10-24 16:49:14 +0200
commit590bedf604ccc05cb9e41c3fc15d93ff827e7f65 (patch)
treed2f912b0867e8c8efcc22a1d3198dc6b3eb4150e /src/daemon/wayland.h
parent550f2a11921b48bc1c876b5e7fcc42cc2a4da07f (diff)
downloadmate-notification-daemon-590bedf604ccc05cb9e41c3fc15d93ff827e7f65.tar.bz2
mate-notification-daemon-590bedf604ccc05cb9e41c3fc15d93ff827e7f65.tar.xz
Implement placement on Wayland
Diffstat (limited to 'src/daemon/wayland.h')
-rw-r--r--src/daemon/wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/wayland.h b/src/daemon/wayland.h
index 816eb74..5a58ec9 100644
--- a/src/daemon/wayland.h
+++ b/src/daemon/wayland.h
@@ -30,5 +30,6 @@
#include <gtk/gtk.h>
void wayland_init_notification (GtkWindow* nw);
+void wayland_move_notification (GtkWindow* nw, int x, int y);
#endif /* _WAYLAND_H */