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/XvQueryAdaptors.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/XvQueryAdaptors.man')
-rw-r--r-- | man/XvQueryAdaptors.man | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/man/XvQueryAdaptors.man b/man/XvQueryAdaptors.man index b9ff5b7..03b9d2b 100644 --- a/man/XvQueryAdaptors.man +++ b/man/XvQueryAdaptors.man @@ -5,25 +5,18 @@ XvQueryAdaptors \- return adaptor information for a screen .\" .SH Syntax .B #include <X11/extensions/Xvlib.h> -.br -.sp 1l -.B XvQueryAdaptors(\fIdpy, win, p_num_adaptors, pp_adaptor_info\fR) -.sp 1l -\fBDisplay \fI*dpy;\fR -.br -\fBDrawable \fI draw;\fR -.br -\fBint \fI*p_num_adaptors\fR; -.br -\fBXvAdaptorInfo \fI**pp_adaptor_info\fR; -.br -.\" +.sp +.nf +.BI "XvQueryAdaptors(Display *" dpy ", Window " window ", +.BI " unsigned int *" p_num_adaptors ", +.BI " XvAdaptorInfo **" pp_adaptor_info ");" +.fi .SH Arguments .\" .IP \fIdpy\fR 8 Specifies the connection to the X server. -.IP \fIdraw\fR 8 -Specifies a drawable of the screen for which the adaptor +.IP \fIwindow\fR 8 +Specifies a window of the screen for which the adaptor information is desired. .IP \fIp_num_adaptors\fR 8 A pointer to where the number of adaptors for the specified screen |