Fixed a compile-breaking bug in vnc.c.

This commit is contained in:
OBattler 2021-10-06 23:09:17 +02:00
parent b7f5d4a773
commit 90ac317a78

View File

@ -183,7 +183,7 @@ vnc_blit(int x, int y, int w, int h)
}
if (screenshots)
video_screenshot((uint32_t *) rfb->frameBuffer, 0, 0, ROW_LENGTH);
video_screenshot((uint32_t *) rfb->frameBuffer, 0, 0, VNC_MAX_X);
video_blit_complete();