3495345cdc7256d19f7a73358d1f29b31e67a69d
[framework/uifw/xorg/lib/libxext.git] / man / XdbeFreeVisualInfo.man
1 .\" Copyright (c) 1995  Hewlett-Packard Company
2 .\" 
3 .\" Permission is hereby granted, free of charge, to any person obtaining a
4 .\" copy of this software and associated documentation files (the "Software"), 
5 .\" to deal in the Software without restriction, including without limitation 
6 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, 
7 .\" and/or sell copies of the Software, and to permit persons to whom the 
8 .\" Software furnished to do so, subject to the following conditions:
9 .\" 
10 .\" The above copyright notice and this permission notice shall be included in
11 .\" all copies or substantial portions of the Software.
12 .\" 
13 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
16 .\" HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
17 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
18 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
19 .\" SOFTWARE.
20 .\" 
21 .\" Except as contained in this notice, the name of the Hewlett-Packard Company shall not 
22 .\" be used in advertising or otherwise to promote the sale, use or other 
23 .\" dealing in this Software without prior written authorization from the 
24 .\" Hewlett-Packard Company.
25 .\"
26 .TH XdbeFreeVisualInfo __libmansuffix__ __xorgversion__ "X FUNCTIONS"
27 .SH NAME
28 XdbeFreeVisualInfo - frees information returned by
29 .B XdbeGetVisualInfo().
30 .SH SYNOPSIS
31 \&#include <X11/extensions/Xdbe.h>
32
33 void XdbeFreeVisualInfo(
34     XdbeScreenVisualInfo *visual_info)
35 .SH DESCRIPTION
36 This function frees the list of XdbeScreenVisualInfo returned by the function
37 .B XdbeGetVisualInfo().
38 .SH SEE ALSO
39 DBE,
40 .I XdbeAllocateBackBufferName(),
41 .I XdbeBeginIdiom(),
42 .I XdbeDeallocateBackBufferName(),
43 .I XdbeEndIdiom(),
44 .I XdbeGetBackBufferAttributes(),
45 .I XdbeGetVisualInfo(),
46 .I XdbeQueryExtension(),
47 .I XdbeSwapBuffers().
48