Handle hide and show signals

This commit is contained in:
Stacy Harper
2021-08-26 13:29:40 +02:00
committed by John Sullivan
parent e73316bd7c
commit 450d43ff44
3 changed files with 59 additions and 4 deletions

1
drw.h
View File

@@ -15,6 +15,7 @@ struct drwsurf {
struct wl_surface *surf;
struct wl_buffer *buf;
struct wl_shm *shm;
struct wl_callback *cb;
unsigned char *pool_data;
cairo_t *cairo;