summaryrefslogtreecommitdiff
path: root/man/XtAddExposureToRegion.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtAddExposureToRegion.man')
-rw-r--r--man/XtAddExposureToRegion.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtAddExposureToRegion.man b/man/XtAddExposureToRegion.man
index db3e0b1..4ea15b6 100644
--- a/man/XtAddExposureToRegion.man
+++ b/man/XtAddExposureToRegion.man
@@ -65,25 +65,25 @@ void XtAddExposureToRegion(XEvent *\fIevent\fP, Region \fIregion\fP);
.SH ARGUMENTS
.IP \fIevent\fP 1i
Specifies a pointer to the
-.BR Expose
+.B Expose
or
-.BR GraphicsExpose
+.B GraphicsExpose
event.
.IP \fIregion\fP 1i
Specifies the region object (as defined in
.BR <X11/Xutil.h> ).
.SH DESCRIPTION
The
-.BR XtAddExposureToRegion
+.B XtAddExposureToRegion
function computes the union of the rectangle defined by the exposure
event and the specified region.
Then, it stores the results back in region.
If the event argument is not an
-.BR Expose
+.B Expose
or
-.BR GraphicsExpose
+.B GraphicsExpose
event,
-.BR XtAddExposureToRegion
+.B XtAddExposureToRegion
returns without an error and without modifying region.
.LP
This function is used by the exposure compression mechanism