mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user