mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-04 14:00:44 +09:00
Type safety
This commit is contained in:
@@ -26,11 +26,11 @@ typedef struct {
|
|||||||
} gsr_wayland_output;
|
} gsr_wayland_output;
|
||||||
|
|
||||||
struct gsr_window_wayland {
|
struct gsr_window_wayland {
|
||||||
void *display;
|
struct wl_display *display;
|
||||||
void *window;
|
struct wl_egl_window *window;
|
||||||
void *registry;
|
struct wl_registry *registry;
|
||||||
void *surface;
|
struct wl_surface *surface;
|
||||||
void *compositor;
|
struct wl_compositor *compositor;
|
||||||
gsr_wayland_output outputs[GSR_MAX_OUTPUTS];
|
gsr_wayland_output outputs[GSR_MAX_OUTPUTS];
|
||||||
int num_outputs;
|
int num_outputs;
|
||||||
struct zxdg_output_manager_v1 *xdg_output_manager;
|
struct zxdg_output_manager_v1 *xdg_output_manager;
|
||||||
|
|||||||
Reference in New Issue
Block a user