mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
extensions,handlers: Add notification area support
notification-area.{c,h} are bare imports from the
wayland-notification-area project.
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
db8dacf76e
commit
5e969fd229
7 changed files with 305 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <wayland-server.h>
|
||||
#include <wlc/wlc-wayland.h>
|
||||
#include "notification-area.h"
|
||||
#include "wayland-desktop-shell-server-protocol.h"
|
||||
#include "list.h"
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ struct swaylock_state {
|
|||
};
|
||||
|
||||
extern struct desktop_shell_state desktop_shell;
|
||||
extern struct wlc_notification_area *notification_area;
|
||||
|
||||
void register_extensions(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue