Query: xshapecombinerectangles
OS: xfree86
Section: 3x11
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XSHAPE(3X11) X FUNCTIONS XSHAPE(3X11)NAMEXShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOff- setShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles - X nonrectangular shape functionsSYNTAX#include <X11/extensions/shape.h> Bool XShapeQueryExtension ( Display *dpy, int *event_basep, int *error_basep); Status XShapeQueryVersion ( Display *dpy, int *major_versionp, int *minor_versionp); void XShapeCombineRegion ( Display *dpy, Window dest, int destKind, int xOff, int yOff, struct _XRegion *r, int op); void XShapeCombineRectangles ( Display *dpy, XID dest, int destKind, int xOff, int yOff, XRectangle *rects, int n_rects, int op, int ordering); void XShapeCombineMask ( Display *dpy, XID dest, int destKind, int xOff, int yOff, Pixmap src, int op); void XShapeCombineShape ( Display *dpy, XID dest, int destKind, int xOff, int yOff, Pixmap src, int srcKind, int op); void XShapeOffsetShape ( Display *dpy, XID dest, int destKind, int xOff, int yOff); Status XShapeQueryExtents ( Display *dpy, Window window, int *bShaped, int *xbs, int *ybs, unsigned int *wbs, unsigned int *hbs, int *cShaped, int *xcs, int *ycs, unsigned int *wcs, unsigned int *hcs); void XShapeSelectInput ( Display *dpy, Window window, unsigned longmask); unsigned long XShapeInputSelected ( Display *dpy, Window window); XRectangle *XShapeGetRectangles ( Display *dpy, Window window, int kind, int *count, int *ordering);STRUCTUREStypedef struct { int type; /* of event */ unsigned long serial; /* # of last request processed by server */ Bool send_event; /* true if this came frome a SendEvent request */ Display *display; /* Display the event was read from */ Window window; /* window of event */ int kind; /* ShapeBounding or ShapeClip */ int x, y; /* extents of new region */ unsigned width, height; Time time; /* server timestamp when region changed */ Bool shaped; /* true if the region exists */ } XShapeEvent;DESCRIPTIONThe X11 Nonrectangular Window Shape Extension adds nonrectangular windows to the X Window System.PREDEFINED VALUESOperations: ShapeSet ShapeUnion ShapeIntersect ShapeSubtract ShapeInvert Shape Kinds: ShapeBounding ShapeClip Event defines: ShapeNotifyMask ShapeNotifyBUGSThis manual pages needs a lot more work.SEE ALSOX11 Nonrectangular Window Shape Extension XFree86 Version 4.7.0 XSHAPE(3X11)
Related Man Pages |
---|
xshapecombinemask(3x11) - redhat |
xshapecombinerectangles(3x11) - redhat |
xshapegetrectangles(3x11) - redhat |
xshapeinputselected(3x11) - redhat |
xshapecombineregion(3x11) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
No xorg.conf or XF86Config |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |