summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosxCG.h
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 17:57:10 +0000
committerrunge <runge>2006-12-28 17:57:10 +0000
commitf9baaf1ee49e7889808b1f058a5f348a9cd5f027 (patch)
tree67b130f468967c942662f620950e188672d84e60 /x11vnc/macosxCG.h
parent99a557d673ac4444532ac7025cb479a229ea7fb3 (diff)
downloadlibtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.tar.gz
libtdevnc-f9baaf1ee49e7889808b1f058a5f348a9cd5f027.zip
more compiler warnings cleanup.
Diffstat (limited to 'x11vnc/macosxCG.h')
-rw-r--r--x11vnc/macosxCG.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11vnc/macosxCG.h b/x11vnc/macosxCG.h
index 4fe9c2a..2569496 100644
--- a/x11vnc/macosxCG.h
+++ b/x11vnc/macosxCG.h
@@ -4,6 +4,7 @@
/* -- macosxCG.h -- */
extern void macosxCG_init(void);
+extern void macosxCG_fini(void);
extern void macosxCG_event_loop(void);
extern char *macosxCG_get_fb_addr(void);
@@ -12,6 +13,7 @@ extern int macosxCG_CGDisplayPixelsHigh(void);
extern int macosxCG_CGDisplayBitsPerPixel(void);
extern int macosxCG_CGDisplayBitsPerSample(void);
extern int macosxCG_CGDisplaySamplesPerPixel(void);
+extern int macosxCG_CGDisplayBytesPerRow(void);
extern void macosxCG_pointer_inject(int mask, int x, int y);
extern int macosxCG_get_cursor_pos(int *x, int *y);
@@ -19,5 +21,9 @@ extern int macosxCG_get_cursor(void);
extern void macosxCG_init_key_table(void);
extern void macosxCG_key_inject(int down, unsigned int keysym);
+extern void macosxCG_refresh_callback_off(void);
+extern void macosxCG_refresh_callback_on(void);
+
+
#endif /* _X11VNC_MACOSXCG_H */