summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosxCGP.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/macosxCGP.h
parent5f9693d4a2c511f8f2ea069373807c5f36ac1459 (diff)
downloadlibtdevnc-4a83f876.tar.gz
libtdevnc-4a83f876.zip
x11vnc: Native Mac OS X support.
Diffstat (limited to 'x11vnc/macosxCGP.h')
-rw-r--r--x11vnc/macosxCGP.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11vnc/macosxCGP.h b/x11vnc/macosxCGP.h
new file mode 100644
index 0000000..c857c2f
--- /dev/null
+++ b/x11vnc/macosxCGP.h
@@ -0,0 +1,17 @@
+#ifndef _X11VNC_MACOSXCGP_H
+#define _X11VNC_MACOSXCGP_H
+
+/* -- macosxCGP.h -- */
+
+extern int macosxCGP_save_dim(void);
+extern int macosxCGP_restore_dim(void);
+extern int macosxCGP_save_sleep(void);
+extern int macosxCGP_restore_sleep(void);
+extern int macosxCGP_init_dimming(void);
+extern int macosxCGP_undim(void);
+extern int macosxCGP_dim_shutdown(void);
+extern void macosxCGP_screensaver_timer_off(void);
+extern void macosxCGP_screensaver_timer_on(void);
+
+
+#endif /* _X11VNC_MACOSXCGP_H */