Merge pull request #2572 from Cacodemon345/patch-99

vnc: Pause always when switching to VNC renderer
This commit is contained in:
Miran Grča
2022-08-03 20:47:01 +02:00
committed by GitHub

View File

@@ -212,6 +212,7 @@ vnc_init(UNUSED(void *arg))
32, 32, 0, 1, 255,255,255, 16, 8, 0, 0, 0
};
plat_pause(1);
cgapal_rebuild_monitor(0);
if (rfb == NULL) {