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