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:
Quentin Glidic 2016-05-07 12:19:45 +02:00
parent db8dacf76e
commit 5e969fd229
7 changed files with 305 additions and 0 deletions

View file

@ -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);