Cosmetics.

This commit is contained in:
Bartosz Taudul 2024-09-08 18:28:56 +02:00
parent f1bfbb9821
commit d4f6537b95
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -233,7 +233,7 @@ static void RecomputeScale()
if( s_fracSurf ) return;
// On wl_compositor >= 6 the scale is sent explicitly via wl_surface.preferred_buffer_scale.
if ( s_comp_version >= 6 ) return;
if( s_comp_version >= 6 ) return;
int max = 1;
for( auto& out : s_output )