Ticket #16603: VBoxVNC.fix.diff
| File VBoxVNC.fix.diff, 581 bytes (added by , 8 years ago) |
|---|
-
VBoxVNC.cpp
old new 820 820 } 821 821 } 822 822 823 if(!instance->mScreenBuffer) { 824 VRDEResize(hServer); 825 if(!instance->mScreenBuffer) { 826 LogRel(("VNCServerImpl::VRDEUpdate: Cannot get frame buffer")); 827 return; 828 } 829 } 830 823 831 uint32_t width = instance->FrameInfo.cWidth; 824 832 uint32_t bpp = instance->FrameInfo.cBitsPerPixel / 8; 825 833 uint32_t joff = order->y * width + order->x;

