Initial commit
[xorg_rtime.git] / libXext-1.0.2 / man / XdbeDeallocateBackBufferName.man
blob3350be14198e7520e0cf306f9e37a81ada6cef0e
1 .\" $Xorg: XdbeDeal.man,v 1.3 2000/08/17 19:41:55 cpqbld Exp $
2 .\"
3 .\" Copyright (c) 1995  Hewlett-Packard Company
4 .\" 
5 .\" Permission is hereby granted, free of charge, to any person obtaining a
6 .\" copy of this software and associated documentation files (the "Software"), 
7 .\" to deal in the Software without restriction, including without limitation 
8 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, 
9 .\" and/or sell copies of the Software, and to permit persons to whom the 
10 .\" Software furnished to do so, subject to the following conditions:
11 .\" 
12 .\" The above copyright notice and this permission notice shall be included in
13 .\" all copies or substantial portions of the Software.
14 .\" 
15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
18 .\" HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
19 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
20 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
21 .\" SOFTWARE.
22 .\" 
23 .\" Except as contained in this notice, the name of the Hewlett-Packard Company shall not 
24 .\" be used in advertising or otherwise to promote the sale, use or other 
25 .\" dealing in this Software without prior written authorization from the 
26 .\" Hewlett-Packard Company.
27 .\"
28 .\" $XFree86: xc/doc/man/Xext/dbe/XdbeDeal.man,v 3.4 2001/01/27 18:20:20 dawes Exp $
29 .\"
30 .TH XdbeDeallocateBackBufferName __libmansuffix__ __xorgversion__ "X FUNCTIONS"
31 .SH NAME
32 XdbeDeallocateBackBufferName - frees a DBE buffer.
33 .SH SYNOPSIS
34 \&#include <X11/extensions/Xdbe.h>
36 Status XdbeDeallocateBackBufferName(
37     Display        *dpy,
38     XdbeBackBuffer buffer)
39 .SH DESCRIPTION
40 This function frees a drawable ID, buffer, that was obtained via
41 .B XdbeAllocateBackBufferName().
42 The buffer must be a valid name for the back
43 buffer of a window, or a protocol error results.
44 .SH ERRORS
45 .IP BadBuffer
46 The specified buffer is not associated with a window.
47 .SH SEE ALSO
48 DBE,
49 .I XdbeAllocateBackBufferName(),
50 .I XdbeBeginIdiom(),
51 .I XdbeEndIdiom(),
52 .I XdbeFreeVisualInfo(),
53 .I XdbeGetBackBufferAttributes(),
54 .I XdbeGetVisualInfo(),
55 .I XdbeQueryExtension(),
56 .I XdbeSwapBuffers().