mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Merge 5e969fd229 into aca9f6b2a2
This commit is contained in:
commit
06ac9fbb77
7 changed files with 312 additions and 4 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"
|
||||
|
||||
|
|
@ -43,6 +44,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