diff options
author | runge <runge> | 2008-10-19 16:16:41 +0000 |
---|---|---|
committer | runge <runge> | 2008-10-19 16:16:41 +0000 |
commit | 1c03dd4d51a35103e93c3adaf1f619c868324c77 (patch) | |
tree | acbd2c41501e1c491023ab36717febdab32aff03 /x11vnc/selection.c | |
parent | 16c7ea1b357ab518ee5a40f2a663843f064479a9 (diff) | |
download | libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.tar.gz libtdevnc-1c03dd4d51a35103e93c3adaf1f619c868324c77.zip |
x11vnc: -chatwindow, -scale WxH, -enc changes.
Diffstat (limited to 'x11vnc/selection.c')
-rw-r--r-- | x11vnc/selection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/selection.c b/x11vnc/selection.c index ea56a5a..ae0075e 100644 --- a/x11vnc/selection.c +++ b/x11vnc/selection.c @@ -165,7 +165,7 @@ void selection_request(XEvent *ev, char *type) { if (debug_sel) { rfbLog("XSendEvent() -> %d\n", ret); } - } + } if (trapped_xerror) { rfbLog("selection_request: ignored XError while sending " "%s selection to 0x%x.\n", type, req_event->requestor); |