intel-virtual-output: Fix cut'n'paste DBG error

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-11-11 12:56:30 +00:00
parent 29fcc15efa
commit 31b5ff5889
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ static void display_flush_cursor(struct display *display)
}
DBG(("%s setting cursor position (%d, %d), visible? %d\n",
DisplayString(c->dst.dpy), x, y, display->cursor_visible));
DisplayString(display->dpy), x, y, display->cursor_visible));
XWarpPointer(display->dpy, None, display->root, 0, 0, 0, 0, x, y);
cursor = None;