1XtAddExposureToRegion(3) XT FUNCTIONS XtAddExposureToRegion(3)
2
3
4
6 XtAddExposureToRegion - merge exposure events into a region
7
9 void XtAddExposureToRegion(XEvent *event, Region region);
10
12 event Specifies a pointer to the Expose or GraphicsExpose event.
13
14 region Specifies the region object (as defined in <X11/Xutil.h>).
15
17 The XtAddExposureToRegion function computes the union of the rectangle
18 defined by the exposure event and the specified region. Then, it
19 stores the results back in region. If the event argument is not an
20 Expose or GraphicsExpose event, XtAddExposureToRegion returns without
21 an error and without modifying region.
22
23 This function is used by the exposure compression mechanism (see Sec‐
24 tion 7.9.3).
25
27 X Toolkit Intrinsics - C Language Interface
28 Xlib - C Language X Interface
29
30
31
32X Version 11 libXt 1.1.5 XtAddExposureToRegion(3)