summaryrefslogtreecommitdiffstats
path: root/rfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb.h')
-rw-r--r--rfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfb.h b/rfb.h
index eac85e2..aee123c 100644
--- a/rfb.h
+++ b/rfb.h
@@ -702,7 +702,10 @@ void rfbFreeFont(rfbFontDataPtr font);
/* draw.c */
+/* You have to call rfbUndrawCursor before using these functions */
void rfbFillRect(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,Pixel col);
+void rfbDrawPixel(rfbScreenInfoPtr s,int x,int y,Pixel col);
+void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,Pixel col);
/* selbox.c */