summaryrefslogtreecommitdiffstats
path: root/vnc
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-02-22 03:24:39 +0000
committerjsorg71 <jsorg71>2005-02-22 03:24:39 +0000
commit16b9bacf7572dae4092a9c347146af3672ea512e (patch)
treeb52135732868cc83a1732490ed738ccf38169a74 /vnc
parent15acc669ddc46ae968d0392518ffc04fdf196253 (diff)
downloadxrdp-proprietary-16b9bacf7572dae4092a9c347146af3672ea512e.tar.gz
xrdp-proprietary-16b9bacf7572dae4092a9c347146af3672ea512e.zip
almost null hot spot should be 3, 3
Diffstat (limited to 'vnc')
-rw-r--r--vnc/vnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc/vnc.c b/vnc/vnc.c
index 13486e4c..6eb30c6a 100644
--- a/vnc/vnc.c
+++ b/vnc/vnc.c
@@ -972,7 +972,7 @@ int lib_mod_connect(struct vnc* v)
g_memset(cursor_data + (32 * (32 * 3) - 2 * 32 * 3), 0xff, 9);
g_memset(cursor_data + (32 * (32 * 3) - 3 * 32 * 3), 0xff, 9);
g_memset(cursor_mask, 0xff, 32 * (32 / 8));
- error = v->server_set_cursor(v, 0, 0, cursor_data, cursor_mask);
+ error = v->server_set_cursor(v, 3, 3, cursor_data, cursor_mask);
}
free_stream(s);
free_stream(pixel_format);