mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
parent
5feaa33529
commit
f454410b79
@ -443,7 +443,8 @@ static void surfaceHandleLeave(void* userData,
|
||||
checkScaleChange(window);
|
||||
}
|
||||
|
||||
static const struct wl_surface_listener surfaceListener = {
|
||||
static const struct wl_surface_listener surfaceListener =
|
||||
{
|
||||
surfaceHandleEnter,
|
||||
surfaceHandleLeave
|
||||
};
|
||||
@ -599,7 +600,8 @@ static void xdgSurfaceHandleConfigure(void* userData,
|
||||
}
|
||||
}
|
||||
|
||||
static const struct xdg_surface_listener xdgSurfaceListener = {
|
||||
static const struct xdg_surface_listener xdgSurfaceListener =
|
||||
{
|
||||
xdgSurfaceHandleConfigure
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user