mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user