We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06711e commit 7703004Copy full SHA for 7703004
1 file changed
examples/client/SDLvncviewer.c
@@ -42,9 +42,6 @@ static rfbBool resize(rfbClient* client) {
42
if (enableResizable)
43
sdlFlags |= SDL_WINDOW_RESIZABLE;
44
45
- client->updateRect.x = client->updateRect.y = 0;
46
- client->updateRect.w = width; client->updateRect.h = height;
47
-
48
/* (re)create the surface used as the client's framebuffer */
49
SDL_FreeSurface(rfbClientGetClientData(client, SDL_Init));
50
SDL_Surface* sdl=SDL_CreateRGBSurface(0,
0 commit comments