1 /* Copyright (c) 1993, 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.
23 /************************************************************
24 Boiler plate defs for XIA extension.
25 ********************************************************/
27 /* THIS IS NOT AN X CONSORTIUM STANDARD */
29 #ifndef _XINTERACTIVE_H_
30 #define _XINTERACTIVE_H_
34 #include <X11/Xfuncproto.h>
36 #include <X11/extensions/interactiveCommon.h>
45 /* -------------------- Public Functions Prototypes ------------------- */
47 Bool
XSolarisIAQueryExtension(
51 Bool
XSolarisIAQueryVersion(
53 int *, /* majorVersion */
54 int * /* minorVersion */
57 Bool
XSolarisIASetProcessInfo(
59 unsigned char *, /* request specific */
64 Bool
XSolarisIAGetProcessInfo(
66 unsigned char **, /* request specific */
72 Bool
XCBSolarisIAQueryExtension(
73 xcb_connection_t
* /* xcb connection */
76 Bool
XCBSolarisIAQueryVersion(
77 xcb_connection_t
*, /* xcb connection */
78 int*, /* majorVersion */
79 int* /* minorVersion */
82 Bool
XCBSolarisIASetProcessInfo(
83 xcb_connection_t
*, /* xcb connection */
84 unsigned char*, /* request specific */
89 Bool
XCBSolarisIAGetProcessInfo(
90 xcb_connection_t
*, /* xcb connection */
91 unsigned char**, /* request specific */
99 #endif /* _XINTERACTIVE_H_ */