summaryrefslogtreecommitdiffstats
path: root/x11vnc/scan.h
diff options
context:
space:
mode:
authorrunge <runge>2006-07-31 03:36:21 +0000
committerrunge <runge>2006-07-31 03:36:21 +0000
commit34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e (patch)
treec9fa0063dd8a056b00e2b4352bbbfc7a0e36d0e9 /x11vnc/scan.h
parenta8692ae08ecca083f2653db690473fb24b4bf0a4 (diff)
downloadlibtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.tar.gz
libtdevnc-34c62cfd79c6dbb3d7c87ebcf358ad6f42bdb31e.zip
x11vnc: more features to ssl_vncviewer for enhanced tightvnc viewer project
Diffstat (limited to 'x11vnc/scan.h')
-rw-r--r--x11vnc/scan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/scan.h b/x11vnc/scan.h
index f2765e1..98bd148 100644
--- a/x11vnc/scan.h
+++ b/x11vnc/scan.h
@@ -21,5 +21,8 @@ extern int copy_snap(void);
extern void nap_sleep(int ms, int split);
extern void set_offset(void);
extern int scan_for_updates(int count_only);
+extern void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp);
+extern void rotate_coords(int x, int y, int *xo, int *yo, int dxi, int dyi);
+extern void rotate_coords_inverse(int x, int y, int *xo, int *yo, int dxi, int dyi);
#endif /* _X11VNC_SCAN_H */