intel-virtual-output: Print error events for debugging
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
92e9bf82b2
commit
637e7c2186
|
|
@ -205,6 +205,12 @@ static int
|
|||
_check_error_handler(Display *display,
|
||||
XErrorEvent *event)
|
||||
{
|
||||
DBG(("X11 error from display %s, serial=%ld, error=%d, req=%d.%d\n",
|
||||
DisplayString(display),
|
||||
event->serial,
|
||||
event->error_code,
|
||||
event->request_code,
|
||||
event->minor_code));
|
||||
_x_error_occurred = 1;
|
||||
return False; /* ignored */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue