resizing and closing
This commit is contained in:
parent
09ac1a0559
commit
7e2171681d
3 changed files with 30 additions and 5 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
struct client_state {
|
||||
int width, height;
|
||||
int running;
|
||||
/* Globals */
|
||||
struct wl_display *wl_display;
|
||||
struct wl_registry *wl_registry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue