diff options
Diffstat (limited to 'man/XtAddExposureToRegion.man')
-rw-r--r-- | man/XtAddExposureToRegion.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtAddExposureToRegion.man b/man/XtAddExposureToRegion.man index cbf3627..36849fa 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 -.ZN Expose +.BR Expose or -.ZN GraphicsExpose +.BR GraphicsExpose event. .IP \fIregion\fP 1i Specifies the region object (as defined in < -.ZN X11/Xutil.h >). +.BR X11/Xutil.h >). .SH DESCRIPTION The -.ZN XtAddExposureToRegion +.BR 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 -.ZN Expose +.BR Expose or -.ZN GraphicsExpose +.BR GraphicsExpose event, -.ZN XtAddExposureToRegion +.BR XtAddExposureToRegion returns without an error and without modifying region. .LP This function is used by the exposure compression mechanism |