summaryrefslogtreecommitdiffstats
path: root/x11vnc/xdamage.h
diff options
context:
space:
mode:
authorrunge <runge>2006-11-13 15:33:00 +0000
committerrunge <runge>2006-11-13 15:33:00 +0000
commit4a83f87609b9d53b2983806be58ccd02498a5cd3 (patch)
treea79c96930a97fb162edd1765adece43425f8db8a /x11vnc/xdamage.h
parent5f9693d4a2c511f8f2ea069373807c5f36ac1459 (diff)
downloadlibtdevnc-4a83f87609b9d53b2983806be58ccd02498a5cd3.tar.gz
libtdevnc-4a83f87609b9d53b2983806be58ccd02498a5cd3.zip
x11vnc: Native Mac OS X support.
Diffstat (limited to 'x11vnc/xdamage.h')
-rw-r--r--x11vnc/xdamage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/xdamage.h b/x11vnc/xdamage.h
index ce895a8..7fa6d60 100644
--- a/x11vnc/xdamage.h
+++ b/x11vnc/xdamage.h
@@ -19,6 +19,7 @@ extern int XD_skip, XD_tot, XD_des;
extern void add_region_xdamage(sraRegionPtr new_region);
extern void clear_xdamage_mark_region(sraRegionPtr markregion, int flush);
+extern int collect_macosx_damage(int x_in, int y_in, int w_in, int h_in, int call);
extern int collect_xdamage(int scancnt, int call);
extern int xdamage_hint_skip(int y);
extern void initialize_xdamage(void);