Last change
on this file since 69348 was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
344 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * Minimal implementation of PanoramiX/Xinerama
|
---|
3 | */
|
---|
4 | /* $XFree86: xc/programs/Xserver/hw/darwin/quartz/pseudoramiX.h,v 1.3 2004/07/02 01:30:33 torrey Exp $ */
|
---|
5 |
|
---|
6 | extern int noPseudoramiXExtension;
|
---|
7 |
|
---|
8 | void PseudoramiXAddScreen(int x, int y, int w, int h);
|
---|
9 | void PseudoramiXExtensionInit(int argc, char *argv[]);
|
---|
10 | void PseudoramiXResetScreens(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.