Skip navigation links
JNA API 5.6.0
com.sun.jna.platform.unix

Class X11.XVisualInfo

  • Enclosing interface:
    X11


    @Structure.FieldOrder(value={"visual","visualid","screen","depth","c_class","red_mask","green_mask","blue_mask","colormap_size","bits_per_rgb"})
    public static class X11.XVisualInfo
    extends Structure
    • Field Detail

      • screen

        public int screen
      • depth

        public int depth
      • c_class

        public int c_class
      • colormap_size

        public int colormap_size
      • bits_per_rgb

        public int bits_per_rgb
    • Constructor Detail

      • XVisualInfo

        public XVisualInfo()
JNA API 5.6.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.