Class X11.Functions

  • Enclosing class:
    X11


    public static final class X11.Functions
    extends java.lang.Object
    Contains the function pointers loaded from the X11 SharedLibrary.
    • Field Detail

      • XOpenDisplay

        public static final long XOpenDisplay
        Function address.
      • XCloseDisplay

        public static final long XCloseDisplay
        Function address.
      • XDefaultScreen

        public static final long XDefaultScreen
        Function address.
      • XRootWindow

        public static final long XRootWindow
        Function address.
      • XCreateColormap

        public static final long XCreateColormap
        Function address.
      • XFreeColormap

        public static final long XFreeColormap
        Function address.
      • XCreateWindow

        public static final long XCreateWindow
        Function address.
      • XDestroyWindow

        public static final long XDestroyWindow
        Function address.
      • XFree

        public static final long XFree
        Function address.