Skip to content

Commit

Permalink
Examples: Qt example can't handle new fb size
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmorais committed Apr 2, 2024
1 parent c4c26ec commit c013736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/client/qt5client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ void VncViewer::start()
cl->appData.qualityLevel = 1;
cl->appData.encodingsString = "tight ultra";
cl->FinishedFrameBufferUpdate = finishedFramebufferUpdateStatic;
cl->canHandleNewFBSize = TRUE;
cl->serverHost = strdup(serverIp.c_str());
cl->serverPort = serverPort;
cl->appData.useRemoteCursor = TRUE;
Expand Down

0 comments on commit c013736

Please sign in to comment.