aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2024-05-01 15:17:19 +0200
committerUlrich Sibiller <uli42@gmx.de>2024-05-11 18:53:27 +0200
commitc1365bbfbb6ae2a06ff5ce993c788805c984eb14 (patch)
tree36c072a7e0fd25fe45cb5bbbaee2b3153e1260f2 /nx-X11
parentcc9922e1ea4ad827331e49426bda276c0037dfd8 (diff)
downloadnx-libs-c1365bbfbb6ae2a06ff5ce993c788805c984eb14.tar.gz
nx-libs-c1365bbfbb6ae2a06ff5ce993c788805c984eb14.tar.bz2
nx-libs-c1365bbfbb6ae2a06ff5ce993c788805c984eb14.zip
Pixmap.c: fix TEST output
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Pixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
index 153b75f8f..addc81b79 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Pixmap.c
@@ -245,7 +245,7 @@ PixmapPtr nxagentCreatePixmap(ScreenPtr pScreen, int width, int height,
#ifdef TEST
fprintf(stderr, "nxagentCreatePixmap: Allocated memory for the Virtual %sPixmap [%p] of real Pixmap [%p] (%dx%d),"
- "allocation hint [%d].\n",
+ " allocation hint [%d].\n",
nxagentShmPixmapTrap ? "Shm " : "", (void *) pVirtual, (void *) pPixmap, width, height, usage_hint);
#endif