Package org.lwjgl.system.linux
Class X11.Functions
- java.lang.Object
-
- org.lwjgl.system.linux.X11.Functions
-
- Enclosing class:
- X11
public static final class X11.Functions extends java.lang.Object
Contains the function pointers loaded from the X11SharedLibrary
.
-
-
Field Summary
Fields Modifier and Type Field and Description static long
XCloseDisplay
XCreateColormap
XCreateWindow
XDefaultScreen
XDestroyWindow
XFree
XFreeColormap
XOpenDisplay
XRootWindowFunction address.
-
-
-
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.
-
-