aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2024-04-09 22:18:36 +0200
committerUlrich Sibiller <uli42@gmx.de>2024-05-11 18:53:27 +0200
commit1df44b7c8826b597a2eedbfd5eb209687c9ee56b (patch)
treea69d1718539fa5d99b281a83f67c6069a532e2cd /nx-X11
parenta3e11cc22091198d618561e1396653d67fed210c (diff)
downloadnx-libs-1df44b7c8826b597a2eedbfd5eb209687c9ee56b.tar.gz
nx-libs-1df44b7c8826b597a2eedbfd5eb209687c9ee56b.tar.bz2
nx-libs-1df44b7c8826b597a2eedbfd5eb209687c9ee56b.zip
NXglyphcurs.c: add missing TEST/DEBUG defines
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXglyphcurs.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXglyphcurs.c b/nx-X11/programs/Xserver/hw/nxagent/NXglyphcurs.c
index a290b1b7e..012dec758 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXglyphcurs.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXglyphcurs.c
@@ -81,6 +81,13 @@ SOFTWARE.
#endif
/*
+ * Set here the required log level.
+ */
+
+#undef TEST
+#undef DEBUG
+
+/*
get the bits out of the font in a portable way. to avoid
dealing with padding and such-like, we draw the glyph into
a bitmap, then read the bits out with GetImage, which