Логи закрытия
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
|
||||
/* Data for a single Wayland window (one surface) */
|
||||
struct wayland_window {
|
||||
int id;
|
||||
struct wl_surface *wl_surface;
|
||||
struct wl_buffer *buffer;
|
||||
struct wl_callback *frame_callback;
|
||||
struct xdg_surface *xdg_surface;
|
||||
struct xdg_toplevel *xdg_toplevel;
|
||||
uint8_t *data;
|
||||
int16_t width;
|
||||
int16_t height;
|
||||
int32_t width;
|
||||
int32_t height;
|
||||
int need_close;
|
||||
uint8_t color;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user