mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-02 09:01:41 -05:00
Add initial layer shell skeleton
This commit is contained in:
parent
03ddd679fd
commit
6891f76fe1
5 changed files with 52 additions and 1 deletions
8
layer_shell_v1.h
Normal file
8
layer_shell_v1.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CG_LAYER_SHELL_V1_H
|
||||
#define CG_LAYER_SHELL_V1_H
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
void handle_layer_shell_v1_surface_new(struct wl_listener *listener, void *data);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue