summaryrefslogtreecommitdiffstats
path: root/libvncserver/scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver/scale.h')
-rw-r--r--libvncserver/scale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncserver/scale.h b/libvncserver/scale.h
index 13dd942..a030d4b 100644
--- a/libvncserver/scale.h
+++ b/libvncserver/scale.h
@@ -1,7 +1,7 @@
int ScaleX(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int x);
int ScaleY(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int y);
-void rfbScaledCorrection(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int *x, int *y, int *w, int *h, char *function);
+void rfbScaledCorrection(rfbScreenInfoPtr from, rfbScreenInfoPtr to, int *x, int *y, int *w, int *h, const char *function);
void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w0, int h0);
void rfbScaledScreenUpdate(rfbScreenInfoPtr screen, int x1, int y1, int x2, int y2);
rfbScreenInfoPtr rfbScaledScreenAllocate(rfbClientPtr cl, int width, int height);