mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-25 01:41:06 -05:00
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.
This commit is contained in:
parent
e1525a20c8
commit
2cf40f7a9b
11 changed files with 1084 additions and 657 deletions
8
xdg_shell.h
Normal file
8
xdg_shell.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue