Method
GVncFramebuffercopyrect
Declaration [src]
void
vnc_framebuffer_copyrect (
  VncFramebuffer* fb,
  guint16 srcx,
  guint16 srcy,
  guint16 dstx,
  guint16 dsty,
  guint16 width,
  guint16 height
)
Description [src]
Copies data from the range (srcx, srcy) to
(srcx+width, srcy+height) over to the
range starting at (dstx, dsty).