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/options.h | |
parent | 5f9693d4a2c511f8f2ea069373807c5f36ac1459 (diff) | |
download | libtdevnc-4a83f876.tar.gz libtdevnc-4a83f876.zip |
x11vnc: Native Mac OS X support.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 5822c26..ee84293 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -104,6 +104,10 @@ extern int pipeinput_int; extern int pipeinput_cons_fd; extern char *pipeinput_cons_dev; +extern int macosx_nodimming; +extern int macosx_nosleep; +extern int macosx_noscreensaver; + extern unsigned long subwin; extern int subwin_wait_mapped; |