intel-virtual-output: Minor DBG fixes
Improve the summary after failing to detect MIT-SHM, and fix a DBG Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8cc1f005c6
commit
57e63221ec
|
|
@ -235,7 +235,9 @@ if test "x$tools" = "xyes"; then
|
|||
AC_CHECK_HEADERS([X11/extensions/XShm.h X11/extensions/shmproto.h X11/extensions/shmstr.h], [], [tools=no],
|
||||
[#include <X11/Xlibint.h>
|
||||
#include <X11/Xproto.h>])
|
||||
fi
|
||||
|
||||
if test "x$tools" = "xyes"; then
|
||||
tools_msg="$tools_msg intel-virtual-output"
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -1201,7 +1201,7 @@ err:
|
|||
(long)src->mode.id,
|
||||
src->mode.width,
|
||||
src->mode.height,
|
||||
dst->name (long)id,));
|
||||
dst->name, (long)id));
|
||||
XRRAddOutputMode(dst->dpy, dst->rr_output, id);
|
||||
dst->mode.id = id;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue