mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Cosmetics.
This commit is contained in:
parent
f1bfbb9821
commit
d4f6537b95
@ -233,7 +233,7 @@ static void RecomputeScale()
|
|||||||
if( s_fracSurf ) return;
|
if( s_fracSurf ) return;
|
||||||
|
|
||||||
// On wl_compositor >= 6 the scale is sent explicitly via wl_surface.preferred_buffer_scale.
|
// 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;
|
int max = 1;
|
||||||
for( auto& out : s_output )
|
for( auto& out : s_output )
|
||||||
|
Loading…
Reference in New Issue
Block a user