diff options
author | jsorg71 <jsorg71> | 2007-04-13 02:57:58 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-04-13 02:57:58 +0000 |
commit | 4c126ad74b7d3d469bc06050a8272cf07e903f5a (patch) | |
tree | f3ffdd53a1e86727185bafc6a9d3d6a887c0c82e /libxrdp | |
parent | 8feaa527bcdd0d2ad52a940d8428f63a5f8f4005 (diff) | |
download | xrdp-proprietary-4c126ad74b7d3d469bc06050a8272cf07e903f5a.tar.gz xrdp-proprietary-4c126ad74b7d3d469bc06050a8272cf07e903f5a.zip |
undo disable cursor
Diffstat (limited to 'libxrdp')
-rw-r--r-- | libxrdp/libxrdp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libxrdp/libxrdp.c b/libxrdp/libxrdp.c index 62720d16..0d210ea6 100644 --- a/libxrdp/libxrdp.c +++ b/libxrdp/libxrdp.c @@ -345,8 +345,6 @@ libxrdp_send_pointer(struct xrdp_session* session, int cache_idx, int i; int j; - return 0; - DEBUG(("libxrdp_send_pointer sending cursor")); make_stream(s); init_stream(s, 8192); |