< prev index next >

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

Print this page

        

*** 47,56 **** --- 47,57 ---- struct FontIDs fontIDs; struct PlatformFontIDs platformFontIDs; static void pDataDisposeMethod(JNIEnv *env, jlong pData); + #define FONT_DEBUG 0 //explicitly define to avoid compiler error. /* #define FONT_DEBUG 2 */ /* 1- print failures, 2- print all, 3- terminate on failure */ #if FONT_DEBUG static XFontStruct *XLoadQueryFontX(Display *display, char *name) {
< prev index next >