cage/layer_shell_v1.h

9 lines
181 B
C
Raw Normal View History

2020-02-23 22:20:25 +01:00
#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