Last change
on this file since 76533 was 25078, checked in by vboxsync, 15 years ago |
Additions/x11/x11include: exported and set eol-style on new headers
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 |
|
---|
2 | #ifdef HAVE_DIX_CONFIG_H
|
---|
3 | #include <dix-config.h>
|
---|
4 | #endif
|
---|
5 |
|
---|
6 | #ifndef _PANORAMIXSRV_H_
|
---|
7 | #define _PANORAMIXSRV_H_
|
---|
8 |
|
---|
9 | #include "panoramiX.h"
|
---|
10 |
|
---|
11 | extern int PanoramiXNumScreens;
|
---|
12 | extern PanoramiXData *panoramiXdataPtr;
|
---|
13 | extern int PanoramiXPixWidth;
|
---|
14 | extern int PanoramiXPixHeight;
|
---|
15 | extern RegionRec PanoramiXScreenRegion;
|
---|
16 | extern XID *PanoramiXVisualTable;
|
---|
17 |
|
---|
18 | extern void PanoramiXConsolidate(void);
|
---|
19 | extern Bool PanoramiXCreateConnectionBlock(void);
|
---|
20 | extern PanoramiXRes * PanoramiXFindIDByScrnum(RESTYPE, XID, int);
|
---|
21 | extern PanoramiXRes * PanoramiXFindIDOnAnyScreen(RESTYPE, XID);
|
---|
22 | extern WindowPtr PanoramiXChangeWindow(int, WindowPtr);
|
---|
23 | extern Bool XineramaRegisterConnectionBlockCallback(void (*func)(void));
|
---|
24 | extern int XineramaDeleteResource(pointer, XID);
|
---|
25 |
|
---|
26 | extern void XineramaReinitData(ScreenPtr);
|
---|
27 |
|
---|
28 | extern RegionRec XineramaScreenRegions[MAXSCREENS];
|
---|
29 |
|
---|
30 | extern unsigned long XRC_DRAWABLE;
|
---|
31 | extern unsigned long XRT_WINDOW;
|
---|
32 | extern unsigned long XRT_PIXMAP;
|
---|
33 | extern unsigned long XRT_GC;
|
---|
34 | extern unsigned long XRT_COLORMAP;
|
---|
35 |
|
---|
36 | extern void XineramaGetImageData(
|
---|
37 | DrawablePtr *pDrawables,
|
---|
38 | int left,
|
---|
39 | int top,
|
---|
40 | int width,
|
---|
41 | int height,
|
---|
42 | unsigned int format,
|
---|
43 | unsigned long planemask,
|
---|
44 | char *data,
|
---|
45 | int pitch,
|
---|
46 | Bool isRoot
|
---|
47 | );
|
---|
48 |
|
---|
49 | #endif /* _PANORAMIXSRV_H_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.