VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/appgroup.h@ 62425

最後變更 在這個檔案從62425是 43272,由 vboxsync 提交於 12 年 前

Additions/x11: more original X server headers.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.8 KB
 
1/*
2Copyright 1996, 1998 The Open Group
3
4Permission to use, copy, modify, distribute, and sell this software and its
5documentation for any purpose is hereby granted without fee, provided that
6the above copyright notice appear in all copies and that both that
7copyright notice and this permission notice appear in supporting
8documentation.
9
10The above copyright notice and this permission notice shall be included
11in all copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
14OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
17OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19OTHER DEALINGS IN THE SOFTWARE.
20
21Except as contained in this notice, the name of The Open Group shall
22not be used in advertising or otherwise to promote the sale, use or
23other dealings in this Software without prior written authorization
24from The Open Group.
25*/
26
27#ifndef _APPGROUP_SRV_H_
28#define _APPGROUP_SRV_H_
29
30#include <X11/Xfuncproto.h>
31
32_XFUNCPROTOBEGIN
33
34extern void XagConnectionInfo(
35 ClientPtr /* client */,
36 xConnSetupPrefix** /* conn_prefix */,
37 char** /* conn_info */,
38 int* /* num_screens */
39);
40
41extern VisualID XagRootVisual(
42 ClientPtr /* client */
43);
44
45extern Colormap XagDefaultColormap(
46 ClientPtr /* client */
47);
48
49extern ClientPtr XagLeader(
50 ClientPtr /* client */
51);
52
53extern Bool XagIsControlledRoot (
54 ClientPtr /* client */,
55 WindowPtr /* pParent */
56);
57
58extern XID XagId (
59 ClientPtr /* client */
60);
61
62_XFUNCPROTOEND
63
64#endif /* _APPGROUP_SRV_H_ */
65
66
67
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette