mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
parent
9cca0dbb45
commit
992fb49f3a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void CSessionLockSurface::configure(const Vector2D& size_, uint32_t serial_) {
|
|||
}
|
||||
|
||||
void CSessionLockSurface::onScaleUpdate() {
|
||||
configure(size, serial);
|
||||
configure(logicalSize, serial);
|
||||
}
|
||||
|
||||
static void handleDone(void* data, wl_callback* wl_callback, uint32_t callback_data) {
|
||||
|
|
Loading…
Reference in a new issue