mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] wayland: do not leak cursor wl_buffer and wl_surface
This commit is contained in:
@@ -110,6 +110,7 @@ struct WaylandDSState
|
||||
#endif
|
||||
|
||||
struct wl_surface * cursor;
|
||||
struct wl_buffer * cursorBuffer;
|
||||
|
||||
struct wl_data_device_manager * dataDeviceManager;
|
||||
|
||||
@@ -188,6 +189,7 @@ void waylandCBRelease(void);
|
||||
|
||||
// cursor module
|
||||
bool waylandCursorInit(void);
|
||||
void waylandCursorFree(void);
|
||||
void waylandShowPointer(bool show);
|
||||
|
||||
// gl module
|
||||
|
Reference in New Issue
Block a user