diff options
author | fvogel <fvogelnew1@free.fr> | 2024-05-26 19:22:52 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-05-26 19:22:52 (GMT) |
commit | 729cd7729f8a5b5290076907781b39720da9d938 (patch) | |
tree | 4fc3e97eec8d868ac6650152a9389ae186cb7d6f /unix | |
parent | 51020718f10fb554cc027d63c5a0c38269497324 (diff) | |
download | tk-729cd7729f8a5b5290076907781b39720da9d938.zip tk-729cd7729f8a5b5290076907781b39720da9d938.tar.gz tk-729cd7729f8a5b5290076907781b39720da9d938.tar.bz2 |
#define DEBUG_FONTSEL 0
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixRFont.c | 2 |
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); \ |