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:
parent
4497212307
commit
011636d25b
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue