diff options
Diffstat (limited to 'unix/xserver/hw/vnc/vncExtInit.h')
-rw-r--r-- | unix/xserver/hw/vnc/vncExtInit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/vncExtInit.h b/unix/xserver/hw/vnc/vncExtInit.h index a0914ad7..9785d112 100644 --- a/unix/xserver/hw/vnc/vncExtInit.h +++ b/unix/xserver/hw/vnc/vncExtInit.h @@ -84,7 +84,7 @@ void vncAddCopied(int scrIdx, const struct UpdateRect *extents, int nRects, const struct UpdateRect *rects, int dx, int dy); -void vncSetCursor(int scrIdx, int width, int height, int hotX, int hotY, +void vncSetCursor(int width, int height, int hotX, int hotY, const unsigned char *rgbaData); void vncPreScreenResize(int scrIdx); |