Class JAWTX11DrawingSurfaceInfo

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class JAWTX11DrawingSurfaceInfo
    extends Struct
    X11-specific declarations for AWT native interface.

    Member documentation

    • drawable – the drawable
    • display – the connection to the X server
    • visualID – the VisualID
    • colormapID – the colormap
    • depth – the depth

    Layout

    struct JAWT_X11DrawingSurfaceInfo {
        Drawable drawable;
        Display * display;
        VisualID visualID;
        Colormap colormapID;
        int depth;
    }