diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-16 13:20:42 +0200 |
commit | 2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch) | |
tree | c62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtAddExposureToRegion.man | |
parent | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff) | |
parent | 965bc251c1d8391e672f277686254299627d4e3c (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.man | 12 |
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 |