jdk/src/solaris/native/sun/awt/awt_p.h
changeset 2451 597df8e1d786
parent 1175 026b52c440fe
child 2758 d2fbe9b5857a
equal deleted inserted replaced
1978:8b981ce05cd0 2451:597df8e1d786
     1 /*
     1 /*
     2  * Copyright 1995-2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1995-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
   133     int         monoPixmapHeight;/* Used in X11TextRenderer_md.c */
   133     int         monoPixmapHeight;/* Used in X11TextRenderer_md.c */
   134     GC          monoPixmapGC;    /* Used in X11TextRenderer_md.c */
   134     GC          monoPixmapGC;    /* Used in X11TextRenderer_md.c */
   135     int         pixelStride;     /* Used in X11SurfaceData.c */
   135     int         pixelStride;     /* Used in X11SurfaceData.c */
   136     ColorData      *color_data;
   136     ColorData      *color_data;
   137     struct _GLXGraphicsConfigInfo *glxInfo;
   137     struct _GLXGraphicsConfigInfo *glxInfo;
       
   138     int         isTranslucencySupported; /* Uses Xrender to find this out. */
   138 } AwtGraphicsConfigData;
   139 } AwtGraphicsConfigData;
   139 
   140 
   140 typedef AwtGraphicsConfigData* AwtGraphicsConfigDataPtr;
   141 typedef AwtGraphicsConfigData* AwtGraphicsConfigDataPtr;
   141 
   142 
   142 typedef struct _AwtScreenData {
   143 typedef struct _AwtScreenData {