intel-virtual-output: Hide the remote cursor on initial connection

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-09-20 18:57:11 +01:00
parent 4497212307
commit 011636d25b
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}