VirtualBox

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

Last change on this file since 78293 was 43272, checked in by vboxsync, 12 years ago

Additions/x11: more original X server headers.

  • Property svn:eol-style set to native
File size: 2.1 KB
Line 
1/*
2 xfIOKit.h
3
4 IOKit specific functions and definitions
5*/
6/*
7 * Copyright (c) 2001-2002 Torrey T. Lyons. All Rights Reserved.
8 *
9 * Permission is hereby granted, free of charge, to any person obtaining a
10 * copy of this software and associated documentation files (the "Software"),
11 * to deal in the Software without restriction, including without limitation
12 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
13 * and/or sell copies of the Software, and to permit persons to whom the
14 * Software is furnished to do so, subject to the following conditions:
15 *
16 * The above copyright notice and this permission notice shall be included in
17 * all copies or substantial portions of the Software.
18 *
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
22 * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
23 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25 * DEALINGS IN THE SOFTWARE.
26 *
27 * Except as contained in this notice, the name(s) of the above copyright
28 * holders shall not be used in advertising or otherwise to promote the sale,
29 * use or other dealings in this Software without prior written authorization.
30 */
31
32#ifndef _XFIOKIT_H
33#define _XFIOKIT_H
34
35#include <pthread.h>
36#include <IOKit/graphics/IOFramebufferShared.h>
37#include <X11/Xproto.h>
38#include "screenint.h"
39#include "darwin.h"
40
41typedef struct {
42 io_connect_t fbService;
43 StdFBShmem_t *cursorShmem;
44 unsigned char *framebuffer;
45 unsigned char *shadowPtr;
46} XFIOKitScreenRec, *XFIOKitScreenPtr;
47
48#define XFIOKIT_SCREEN_PRIV(pScreen) \
49 ((XFIOKitScreenPtr)pScreen->devPrivates[xfIOKitScreenIndex].ptr)
50
51extern int xfIOKitScreenIndex; // index into pScreen.devPrivates
52extern io_connect_t xfIOKitInputConnect;
53
54Bool XFIOKitInitCursor(ScreenPtr pScreen);
55
56#endif /* _XFIOKIT_H */
Note: See TracBrowser for help on using the repository browser.

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