diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-20 18:57:11 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-09-20 18:57:11 +0100 |
commit | 011636d25be6b42ea1cf76e312d3abdf3855349d (patch) | |
tree | ff16e2d661c2f6a880b8a8dbb9586d31e8dc1e6f /tools | |
parent | 4497212307dee5e35bc6836201738a2fdb559020 (diff) |
intel-virtual-output: Hide the remote cursor on initial connection
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtual.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/virtual.c b/tools/virtual.c index 31479437..99874762 100644 --- a/tools/virtual.c +++ b/tools/virtual.c @@ -1684,6 +1684,8 @@ static int add_display(struct context *ctx, Display *dpy) display->invisible_cursor = display_load_invisible_cursor(display); display->cursor = None; + display_cursor_move(display, 0, 0, 0); + return ConnectionNumber(dpy); } |