aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2024-05-01 16:00:02 +0200
committerUlrich Sibiller <uli42@gmx.de>2024-05-11 18:53:27 +0200
commit9c2ee1bbe0c2590e263cb46c82d4fc7b3649918f (patch)
treecdd46cf909c8b6154a9223e4c784647bc3189fdc /nx-X11
parentc1365bbfbb6ae2a06ff5ce993c788805c984eb14 (diff)
downloadnx-libs-9c2ee1bbe0c2590e263cb46c82d4fc7b3649918f.tar.gz
nx-libs-9c2ee1bbe0c2590e263cb46c82d4fc7b3649918f.tar.bz2
nx-libs-9c2ee1bbe0c2590e263cb46c82d4fc7b3649918f.zip
Literals.h: allow for TEST and DEBUG code
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Literals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Literals.h b/nx-X11/programs/Xserver/hw/nxagent/Literals.h
index 691e2b4dd..cd298ce15 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Literals.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Literals.h
@@ -23,7 +23,7 @@
/* */
/**************************************************************************/
-#ifdef TEST
+#if defined(TEST) || defined(DEBUG)
/*
* Simple table used to translate a request
* opcode to the name of the X request.
@@ -211,4 +211,4 @@ static char *nxagentShmRequestLiteral[] =
"ShmGetImage",
"ShmCreatePixmap"
};
-#endif /* TEST */
+#endif /* TEST || DEBUG */