src/share/native/java/lang/java_props.h

Print this page
rev 8342 : 8025673: [macosx] Disable X11 AWT toolkit
Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X
Reviewed-by:
Contributed-by: david.dehaven@oracle.com

@@ -75,10 +75,11 @@
     char *timezone;
 
     char *printerJob;
     char *graphics_env;
     char *awt_toolkit;
+    char *awt_headless;         /* java.awt.headless setting, if NULL (default) will not be set */
 
     char *unicode_encoding;     /* The default endianness of unicode
                                     i.e. UnicodeBig or UnicodeLittle   */
 
     const char *cpu_isalist;    /* list of supported instruction sets */