diff options
author | Ademar de Souza Reis Jr <ademar@mandriva.com.br> | 2007-08-20 18:58:44 -0300 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-10-05 11:27:02 -0700 |
commit | 8b0752135f84edebc5e476f19069c8d78676f416 (patch) | |
tree | ce742adb44b1db1c85964d2a52ab674d7d456801 /man/XvPutStill.man | |
parent | 20d07bb9ba2bca56e3f02b4b878377eded241059 (diff) |
convert manpages prototypes to C ANSI format
Closes: #8360 (libXv man pages should be
converted to ANSI prototypes)
Diffstat (limited to 'man/XvPutStill.man')
-rw-r--r-- | man/XvPutStill.man | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/man/XvPutStill.man b/man/XvPutStill.man index 2231ff6..4ba896c 100644 --- a/man/XvPutStill.man +++ b/man/XvPutStill.man @@ -5,36 +5,12 @@ XvPutStill \- write a single frame of video to a drawable .\" .SH Syntax .B #include <X11/extensions/Xvlib.h> -.sp 1l -\fBXvPutStill(\fIdpy, port, d, gc, vx, vy, vw, vh, dx, dy, dw, dh\fR) -.sp 1l -.B Display -.I *dpy; -.br -.B XvPortID -.I port; -.br -.B Drawable -.I d; -.br -.B GC -.I gc; -.br -.B int -.I vx, -.I vy, -.I dx, -.I dy; -.br -.B unsigned int -.I vw, -.I vh; -.br -.B unsigned int -.I dw, -.I dh; -.sp 1l -.\" +.sp +.nf +.BI "XvPutStill(Display *" dpy ", XvPortID " port ", Drawable " d ", GC " gc ", +.BI " int " vx ", int " vy ", unsigned int " vw ", unsigned int " vh ", +.BI " int " dx ", int " dy ", unsigned int " dw ", unsigned int " dh ");" +.fi .SH Arguments .\" .IP \fIdpy\fR 15 |