jdk/src/java.desktop/unix/native/libawt_xawt/awt/multiVis.c
changeset 28059 e576535359cc
parent 26751 70bac69b37c9
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1101     int32_t             *transparentOverlays;   /* Non-zero if there's at least one
  1101     int32_t             *transparentOverlays;   /* Non-zero if there's at least one
  1102                                          * overlay visual and if at least one
  1102                                          * overlay visual and if at least one
  1103                                          * of those supports a transparent
  1103                                          * of those supports a transparent
  1104                                          * pixel. */
  1104                                          * pixel. */
  1105     int32_t             *numVisuals;            /* Number of XVisualInfo struct's
  1105     int32_t             *numVisuals;            /* Number of XVisualInfo struct's
  1106                                          * pointed to to by pVisuals. */
  1106                                          * pointed to by pVisuals. */
  1107     XVisualInfo **pVisuals;             /* All of the device's visuals. */
  1107     XVisualInfo **pVisuals;             /* All of the device's visuals. */
  1108     int32_t             *numOverlayVisuals;     /* Number of OverlayInfo's pointed
  1108     int32_t             *numOverlayVisuals;     /* Number of OverlayInfo's pointed
  1109                                          * to by pOverlayVisuals.  If this
  1109                                          * to by pOverlayVisuals.  If this
  1110                                          * number is zero, the device does
  1110                                          * number is zero, the device does
  1111                                          * not have overlay planes. */
  1111                                          * not have overlay planes. */