cage/xdg_shell.h
Jente Hidskes 2cf40f7a9b
Refactor cage into separate source files
This makes Cage much easier to maintain. Not only is it easier where to
look and to maintain a mental model of the code, there is also more
encapsulation, better abstractions and better extendability.
2018-12-31 00:12:33 +01:00

8 lines
155 B
C

#ifndef XDG_SHELL_H
#define XDG_SHELL_H
#include <wayland-server.h>
void handle_xdg_shell_surface_new(struct wl_listener *listener, void *data);
#endif