diff options
author | runge <runge> | 2006-11-13 15:33:00 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-13 15:33:00 +0000 |
commit | 4a83f87609b9d53b2983806be58ccd02498a5cd3 (patch) | |
tree | a79c96930a97fb162edd1765adece43425f8db8a /x11vnc/macosxCGP.h | |
parent | 5f9693d4a2c511f8f2ea069373807c5f36ac1459 (diff) | |
download | libtdevnc-4a83f876.tar.gz libtdevnc-4a83f876.zip |
x11vnc: Native Mac OS X support.
Diffstat (limited to 'x11vnc/macosxCGP.h')
-rw-r--r-- | x11vnc/macosxCGP.h | 17 |
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 */ |