|
|
@ -401,7 +401,8 @@ static void surfaceHandleLeave(void* userData, |
|
|
|
checkScaleChange(window); |
|
|
|
checkScaleChange(window); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
static const struct wl_surface_listener surfaceListener = { |
|
|
|
static const struct wl_surface_listener surfaceListener = |
|
|
|
|
|
|
|
{ |
|
|
|
surfaceHandleEnter, |
|
|
|
surfaceHandleEnter, |
|
|
|
surfaceHandleLeave |
|
|
|
surfaceHandleLeave |
|
|
|
}; |
|
|
|
}; |
|
|
@ -557,7 +558,8 @@ static void xdgSurfaceHandleConfigure(void* userData, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
static const struct xdg_surface_listener xdgSurfaceListener = { |
|
|
|
static const struct xdg_surface_listener xdgSurfaceListener = |
|
|
|
|
|
|
|
{ |
|
|
|
xdgSurfaceHandleConfigure |
|
|
|
xdgSurfaceHandleConfigure |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|