summaryrefslogtreecommitdiff
path: root/man/XtAddExposureToRegion.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtAddExposureToRegion.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
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