|
|
|
@ -246,7 +246,8 @@ int main(int argc,char** argv) {
|
|
|
|
|
|
|
|
|
|
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_NOPARACHUTE);
|
|
|
|
|
|
|
|
|
|
cl=rfbGetClient(5,3,2);
|
|
|
|
|
/* 16-bit: cl=rfbGetClient(5,3,2); */
|
|
|
|
|
cl=rfbGetClient(8,3,4);
|
|
|
|
|
cl->MallocFrameBuffer=resize;
|
|
|
|
|
cl->GotFrameBufferUpdate=update;
|
|
|
|
|
if(!rfbInitClient(cl,&argc,argv))
|
|
|
|
|