MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / cb_resize

Method cb_resize

Plugins/LibVNCServer/Client/BackendLibVNCServer.cpp:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382rfbBool CBackendLibVNCServer::cb_resize(rfbClient* client)
383{
384 //qDebug(log) << "CConnectLibVnc::cb_resize:" << client->width << client->height;
385 CBackendLibVNCServer* pThis = (CBackendLibVNCServer*)rfbClientGetClientData(client, (void*)gThis);
386 if(pThis->OnSize()) return FALSE;
387 return TRUE;
388}
389
390void CBackendLibVNCServer::cb_update(rfbClient *client, int x, int y, int w, int h)
391{

Callers

nothing calls this directly

Calls 1

OnSizeMethod · 0.80

Tested by

no test coverage detected