diff options
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.h')
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.h b/unix/xserver/hw/vnc/vncExtInit.h index 1fb87c19..23c0c669 100644 --- a/unix/xserver/hw/vnc/vncExtInit.h +++ b/unix/xserver/hw/vnc/vncExtInit.h @@ -73,10 +73,10 @@ struct UpdateRect { short x1, y1, x2, y2; }; -void vncAddChanged(int scrIdx, const struct UpdateRect *extents, - int nRects, const struct UpdateRect *rects); -void vncAddCopied(int scrIdx, const struct UpdateRect *extents, - int nRects, const struct UpdateRect *rects, +void vncAddChanged(int scrIdx, int nRects, + const struct UpdateRect *rects); +void vncAddCopied(int scrIdx, int nRects, + const struct UpdateRect *rects, int dx, int dy); void vncSetCursor(int width, int height, int hotX, int hotY, |