Package com.sun.jna.platform.unix
Interface X11.Xext
- All Superinterfaces:
Library
- Enclosing interface:
- X11
Definition (incomplete) of the Xext library.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final X11.Xextstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER -
Method Summary
Modifier and TypeMethodDescriptionvoidXShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)
-
Field Details
-
INSTANCE
-
ShapeBounding
static final int ShapeBounding- See Also:
-
ShapeClip
static final int ShapeClip- See Also:
-
ShapeInput
static final int ShapeInput- See Also:
-
ShapeSet
static final int ShapeSet- See Also:
-
ShapeUnion
static final int ShapeUnion- See Also:
-
ShapeIntersect
static final int ShapeIntersect- See Also:
-
ShapeSubtract
static final int ShapeSubtract- See Also:
-
ShapeInvert
static final int ShapeInvert- See Also:
-
-
Method Details
-
XShapeCombineMask
void XShapeCombineMask(X11.Display display, X11.Window window, int dest_kind, int x_off, int y_off, X11.Pixmap src, int op)
-