< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c

Print this page

        

*** 40,49 **** --- 40,53 ---- #include <jvm.h> #include "awt_Font.h" #include "awt_p.h" #include "multi_font.h" + #ifndef FONT_DEBUG + #define FONT_DEBUG 0 + #endif + extern XFontStruct *loadFont(Display *, char *, int32_t); extern struct FontIDs fontIDs; extern struct PlatformFontIDs platformFontIDs; extern struct XFontPeerIDs xFontPeerIDs;
< prev index next >