summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-05-02 14:00:47 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2017-05-02 14:00:47 +0100
commitf9da27a1f266e05d336da9cc1a0effb35c093fef (patch)
treeb5504ef2ca6afc5985259262b47d303d122dbbf8 /hw
parent4e6d8ceb884eb5ad533c86a759e8bdd4896f2002 (diff)
Fix logging about WGL pxfs with overlays
Diffstat (limited to 'hw')
-rw-r--r--hw/xwin/glx/indirect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/glx/indirect.c b/hw/xwin/glx/indirect.c
index 33b82eaf7..4948807d9 100644
--- a/hw/xwin/glx/indirect.c
+++ b/hw/xwin/glx/indirect.c
@@ -2369,7 +2369,7 @@ glxWinCreateConfigsExt(HDC hdc, glxWinScreen * screen, PixelFormatRejectStats *
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?