summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-05-26 19:22:52 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-05-26 19:22:52 (GMT)
commit729cd7729f8a5b5290076907781b39720da9d938 (patch)
tree4fc3e97eec8d868ac6650152a9389ae186cb7d6f /unix
parent51020718f10fb554cc027d63c5a0c38269497324 (diff)
downloadtk-729cd7729f8a5b5290076907781b39720da9d938.zip
tk-729cd7729f8a5b5290076907781b39720da9d938.tar.gz
tk-729cd7729f8a5b5290076907781b39720da9d938.tar.bz2
#define DEBUG_FONTSEL 0
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixRFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c
index b687566..55d0eb8 100644
--- a/unix/tkUnixRFont.c
+++ b/unix/tkUnixRFont.c
@@ -19,7 +19,7 @@
* Debugging support...
*/
-#define DEBUG_FONTSEL 1
+#define DEBUG_FONTSEL 0
#define DEBUG(arguments) \
if (DEBUG_FONTSEL) { \
printf arguments; fflush(stdout); \