mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-02 09:01:41 -05:00
9 lines
181 B
C
9 lines
181 B
C
|
|
#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
|