diff options
author | runge <runge> | 2006-03-12 05:50:01 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-12 05:50:01 +0000 |
commit | e2e9347946bbaf1bf87c571d4a1fd9115fe90954 (patch) | |
tree | e58c0b2d9dcddf0a8d2f90930119945020cb1f5c /x11vnc/xevents.c | |
parent | 5e72609631a1893acfe6a31d0129553ed3044a20 (diff) | |
download | libtdevnc-e2e9347946bbaf1bf87c571d4a1fd9115fe90954.tar.gz libtdevnc-e2e9347946bbaf1bf87c571d4a1fd9115fe90954.zip |
x11vnc: add -ssl mode using libssl. Include Xdummy in misc.
Diffstat (limited to 'x11vnc/xevents.c')
-rw-r--r-- | x11vnc/xevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c index 69c332f..173db1c 100644 --- a/x11vnc/xevents.c +++ b/x11vnc/xevents.c @@ -818,7 +818,7 @@ void check_xevents(void) { /* check for our PRIMARY request notification: */ if (watch_primary || watch_clipboard) { - int doprimary = 1, doclipboard = 2, which, own; + int doprimary = 1, doclipboard = 2, which, own = 0; double delay = 1.0; Atom atom; char *req; |