summaryrefslogtreecommitdiff
path: root/man/XvQueryBestSize.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XvQueryBestSize.man')
-rw-r--r--man/XvQueryBestSize.man23
1 files changed, 7 insertions, 16 deletions
diff --git a/man/XvQueryBestSize.man b/man/XvQueryBestSize.man
index 7bec931..478b9d8 100644
--- a/man/XvQueryBestSize.man
+++ b/man/XvQueryBestSize.man
@@ -5,22 +5,13 @@ XvQueryBestSize \- determine the optimum drawable region size
.\"
.SH Syntax
.B #include <X11/extensions/Xvlib.h>
-.sp 1l
-\fBXvQueryBestSize\fP(\fIdpy, port, motion, vw, vh, dw, dh, p_dw, p_dh\fR)
-.sp 1l
-.B Display \fI*dpy\fR;
-.br
-.B XvPortID \fIport\fR;
-.br
-.B Bool \fImotion\fR;
-.br
-.B unsigned
-.B int \fIvw, vh\fR;
-.br
-\fBunsigned int \fIdw, dh;\fR
-.br
-\fBunsigned int \fI*p_dw, *p_dh;\fR
-.\"
+.sp
+.nf
+.BI "XvQueryBestSize(Display *" dpy ", XvPort " port ", Bool " motion ",
+.BI " unsigned int " vw ", unsigned int " vh ",
+.BI " unsigned int " dw ", unsigned int " dh ",
+.BI " unsigned int *" p_dw ", unsigned int *" p_dh ");"
+.fi
.SH Arguments
.\"
.IP \fIdpy\fR 15