hw/xwin/glx: Fix logging about WGL pxfs with overlays

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
Jon Turney 2017-05-02 14:00:47 +01:00
parent d63f9dddeb
commit 2f424df0ca
1 changed files with 1 additions and 1 deletions

View File

@ -2249,7 +2249,7 @@ glxWinCreateConfigsExt(HDC hdc, glxWinScreen * screen)
if (layers > 0) {
ErrorF
("pixelFormat %d: has %d overlay, %d underlays which aren't currently handled",
("pixelFormat %d: has %d overlay, %d underlays which aren't currently handled\n",
i, ATTR_VALUE(WGL_NUMBER_OVERLAYS_ARB, 0),
ATTR_VALUE(WGL_NUMBER_UNDERLAYS_ARB, 0));
// XXX: need to iterate over layers?