1 .\" Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
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 is furnished to do so, subject to the following conditions:
10 .\" The above copyright notice and this permission notice (including the next
11 .\" paragraph) shall be included in all copies or substantial portions of the
14 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 .\" DEALINGS IN THE SOFTWARE.
22 .TH XSolarisOvlCreateWindow __libmansuffix__ __xorgversion__ "X FUNCTIONS"
23 .IX "XSolarisOvlCreateWindow" "" "\f3XSolarisOvlCreateWindow\f1(3) \(em creates an overlay window" ""
25 XSolarisOvlCreateWindow \- creates an overlay window
28 \&#include <X11/extensions/transovl.h>
31 .B XSolarisOvlCreateWindow
54 .B XSetWindowAttributes
57 The arguments for this routine are exactly the same as
61 Specifies the connection to the X server.
64 Specifies the parent window.
67 Specifies the coordinates of the upper-left pixel of this window,
68 relative to the parent window.
71 Specifies the width and height, in pixels, of the window.
74 Specifies the width, in pixels, of the window's borders.
77 Specifies the depth of the window.
80 Specifies the class of the window. If it is not
82 the window will not be an overlay window.
85 Specifies a pointer to the visual structure for this window.
88 Specifies which window attributes are defined in the attr argument.
91 Specifies the attributes of the window.
93 This routine creates an overlay window with the given characteristics.
94 It behaves exactly as its counterpart
96 except the newly created window can be rendered into with both opaque
97 and transparent paint, and the background is transparent.
100 .BR XCreateWindow (3)