summaryrefslogtreecommitdiffstats
path: root/x11vnc/scan.h
diff options
context:
space:
mode:
authorrunge <runge>2006-01-09 01:54:38 +0000
committerrunge <runge>2006-01-09 01:54:38 +0000
commit71f2ec79180185a6c3db0c87f9d53c491dc31e76 (patch)
tree67c341571cbeb1bd9a0744cc8eb03b30ef04f381 /x11vnc/scan.h
parentdef301266373e462f4a5e90eab443087ccfc7ccc (diff)
downloadlibtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.tar.gz
libtdevnc-71f2ec79180185a6c3db0c87f9d53c491dc31e76.zip
x11vnc: the big split.
Diffstat (limited to 'x11vnc/scan.h')
-rw-r--r--x11vnc/scan.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11vnc/scan.h b/x11vnc/scan.h
new file mode 100644
index 0000000..55f45f1
--- /dev/null
+++ b/x11vnc/scan.h
@@ -0,0 +1,24 @@
+#ifndef _X11VNC_SCAN_H
+#define _X11VNC_SCAN_H
+
+/* -- scan.h -- */
+
+extern int nap_ok;
+
+extern void initialize_tiles(void);
+extern void free_tiles(void);
+extern void shm_delete(XShmSegmentInfo *shm);
+extern void shm_clean(XShmSegmentInfo *shm, XImage *xim);
+extern void initialize_polling_images(void);
+extern void scale_rect(double factor, int blend, int interpolate, int Bpp,
+ char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line,
+ int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
+extern void scale_and_mark_rect(int X1, int Y1, int X2, int Y2);
+extern void mark_rect_as_modified(int x1, int y1, int x2, int y2, int force);
+extern int copy_screen(void);
+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);
+
+#endif /* _X11VNC_SCAN_H */