fix rapid blinking on launch

This commit is contained in:
vaxerski
2022-06-21 22:13:13 +02:00
parent a2fa1bc80d
commit ff49f22440
2 changed files with 8 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ struct SMonitor {
float refreshRate = 60;
wlr_output_damage* damage = nullptr;
int framesToSkip = 0;
int forceFullFrames = 0;
bool noFrameSchedule = false;
wl_output_transform transform = WL_OUTPUT_TRANSFORM_NORMAL;