< prev index next >

src/java.desktop/unix/native/common/awt/awt_Font.c

Print this page

        

@@ -48,10 +48,13 @@
 struct PlatformFontIDs platformFontIDs;
 
 static void pDataDisposeMethod(JNIEnv *env, jlong pData);
 
 /* #define FONT_DEBUG 2 */
+#ifndef FONT_DEBUG
+#define FONT_DEBUG 0
+#endif
 /* 1- print failures, 2- print all, 3- terminate on failure */
 #if FONT_DEBUG
 static XFontStruct *XLoadQueryFontX(Display *display, char *name)
 {
     XFontStruct *result = NULL;
< prev index next >