< prev index next >

make/data/x11wrappergen/xlibtypes.txt

Print this page




 732     wsImageFormat struct XPixmapFormatValues
 733     clrdata pointer
 734     convert array pointer 32
 735 ColorEntry
 736     r byte
 737     g byte
 738     b byte
 739     flags byte
 740 ColorData
 741     awt_Colors pointer ColorEntry
 742     awt_numICMcolors int
 743     awt_icmLUT pointer int
 744     awt_icmLUT2Colors pointer byte
 745     img_grays pointer byte
 746     img_clr_tbl pointer byte
 747     img_oda_red pointer byte
 748     img_oda_green pointer byte
 749     img_oda_blue pointer byte
 750     pGrayInverseLutData pointer int
 751     screendata int

 752 
 753 AwtGraphicsConfigData
 754     awt_depth int
 755     awt_cmap long
 756     awt_visInfo struct XVisualInfo
 757     awt_num_colors int
 758     awtImage pointer awtImageData
 759     AwtColorMatch pointer
 760     monoImage pointer
 761     monoPixmap long
 762     monoPixmapWidth int
 763     monoPixmapHeight int
 764     monoPixmapGC long
 765     pixelStride int
 766     color_data pointer ColorData
 767     glxInfo pointer
 768     isTranslucencySupported int
 769     renderPictFormat struct XRenderPictFormat
 770 
 771 AwtScreenData




 732     wsImageFormat struct XPixmapFormatValues
 733     clrdata pointer
 734     convert array pointer 32
 735 ColorEntry
 736     r byte
 737     g byte
 738     b byte
 739     flags byte
 740 ColorData
 741     awt_Colors pointer ColorEntry
 742     awt_numICMcolors int
 743     awt_icmLUT pointer int
 744     awt_icmLUT2Colors pointer byte
 745     img_grays pointer byte
 746     img_clr_tbl pointer byte
 747     img_oda_red pointer byte
 748     img_oda_green pointer byte
 749     img_oda_blue pointer byte
 750     pGrayInverseLutData pointer int
 751     screendata int
 752     representsPrimary int
 753 
 754 AwtGraphicsConfigData
 755     awt_depth int
 756     awt_cmap long
 757     awt_visInfo struct XVisualInfo
 758     awt_num_colors int
 759     awtImage pointer awtImageData
 760     AwtColorMatch pointer
 761     monoImage pointer
 762     monoPixmap long
 763     monoPixmapWidth int
 764     monoPixmapHeight int
 765     monoPixmapGC long
 766     pixelStride int
 767     color_data pointer ColorData
 768     glxInfo pointer
 769     isTranslucencySupported int
 770     renderPictFormat struct XRenderPictFormat
 771 
 772 AwtScreenData


< prev index next >