summaryrefslogtreecommitdiff
path: root/man/XtAddExposureToRegion.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtAddExposureToRegion.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
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