summaryrefslogtreecommitdiffstats
path: root/x11vnc/xdamage.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/xdamage.h')
-rw-r--r--x11vnc/xdamage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/xdamage.h b/x11vnc/xdamage.h
index 7fa6d60..85742ac 100644
--- a/x11vnc/xdamage.h
+++ b/x11vnc/xdamage.h
@@ -19,7 +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_non_X_xdamage(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);