.\" $Xorg: XdbeAllo.man,v 1.3 2000/08/17 19:41:55 cpqbld Exp $ .\" .\" Copyright (c) 1995 Hewlett-Packard Company .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), .\" to deal in the Software without restriction, including without limitation .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, .\" and/or sell copies of the Software, and to permit persons to whom the .\" Software furnished to do so, subject to the following conditions: .\" .\" The above copyright notice and this permission notice shall be included in .\" all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL .\" HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE .\" SOFTWARE. .\" .\" Except as contained in this notice, the name of the Hewlett-Packard Company shall not .\" be used in advertising or otherwise to promote the sale, use or other .\" dealing in this Software without prior written authorization from the .\" Hewlett-Packard Company. .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Tue Oct 27 00:00:00 JST 1998 .\" by FUJIWARA Teruyoshi .\" Updated Tue Oct 9 01:12:44 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/doc/man/Xext/dbe/XdbeAllo.man,v 3.5 2001/02/07 22:35:22 tsi Exp $ .\" .TH XdbeAllocateBackBufferName 3X11 "Release 6.5" "X Version 11" "X FUNCTIONS" .SH 名前 .\"0 XdbeAllocateBackBufferName - allocates a DBE buffer. XdbeAllocateBackBufferName - DBE バッファを割り当てる .SH 書式 \&#include XdbeBackBuffer XdbeAllocateBackBufferName( Display *dpy, Window window, XdbeSwapAction swap_action) .SH 説明 .\"0 This function returns a drawable ID used to refer to the back buffer of the .\"0 specified window. The swap_action is a hint to indicate the swap action that .\"0 will likely be used in subsequent calls to .\"0 .B XdbeSwapBuffers(). この関数は、指定したウィンドウの背面バッファを参照するために使われるド ロウアブルのIDを返す。swap_action は、後に続く .B XdbeSwapBuffers() の呼び出しにおいて用いられる、スワップ動作を示すヒントである。 .\"0 The actual swap .\"0 action used in calls to .\"0 .B XdbeSwapBuffers() .\"0 does not have to be the same as the .\"0 swap_action passed to this function, though clients are encouraged to provide .\"0 accurate information whenever possible. クライアントはできるだけ正確な情報を与えることが求められるが、 .B XdbeSwapBuffers() の呼び出しで用いられる実際のスワップ動作は、この関数へ渡された swap_action と同じである必要はない。 .SH エラー .IP BadAlloc .IP BadIDChoice .IP BadMatch .\"0 The specified window is not an InputOutput window or its visual does not .\"0 support DBE. 指定されたウィンドウが InputOutput のウィンドウではないか、ビジュアル が DBE に対応していない。 .IP BadValue .\"0 An invalid swap action was specified. 不正なスワップ動作が指定された。 .IP BadWindow .\"0 An invalid window was specified. 不正なウィンドウが指定された。 .SH 関連項目 DBE, .I XdbeBeginIdiom(), .I XdbeDeallocateBackBufferName(), .I XdbeEndIdiom(), .I XdbeFreeVisualInfo(), .I XdbeGetBackBufferAttributes(), .I XdbeGetVisualInfo(), .I XdbeQueryExtension(), .\"0 .I XdbeSwapBuffers(). .I XdbeSwapBuffers()