diff options
| author | runge <runge> | 2007-06-15 03:19:05 +0000 |
|---|---|---|
| committer | runge <runge> | 2007-06-15 03:19:05 +0000 |
| commit | d3326942e2e7d1391da0975590dbd2c8668d9328 (patch) | |
| tree | 34da35ee116fc657d51736ff65fc0b02b3826801 /x11vnc/options.h | |
| parent | 171db9c542cd35b6de8ad88cefd99ea145482df1 (diff) | |
| download | libtdevnc-d3326942e2e7d1391da0975590dbd2c8668d9328.tar.gz libtdevnc-d3326942e2e7d1391da0975590dbd2c8668d9328.zip | |
x11vnc: fix build error if libssl is missing or --without-ssl supplied.
Diffstat (limited to 'x11vnc/options.h')
| -rw-r--r-- | x11vnc/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 6ac01a4..539aa35 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -270,6 +270,8 @@ extern int force_dpms; extern int client_dpms; extern int no_ultra_dpms; extern int no_ultra_ext; +extern int saw_ultra_chat; +extern int saw_ultra_file; extern int watch_selection; extern int watch_primary; |
