diff options
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; |