mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
locksurface: fix serial log
This commit is contained in:
parent
0719ac671e
commit
5e4eea379e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ CSessionLockSurface::CSessionLockSurface(COutput* output) : output(output) {
|
|||
}
|
||||
|
||||
void CSessionLockSurface::configure(const Vector2D& size_, uint32_t serial_) {
|
||||
Debug::log(LOG, "configure with serial {}", serial);
|
||||
Debug::log(LOG, "configure with serial {}", serial_);
|
||||
|
||||
serial = serial_;
|
||||
size = (size_ * fractionalScale).floor();
|
||||
|
|
Loading…
Reference in a new issue