Last change
on this file since 99743 was 49174, checked in by vboxsync, 11 years ago |
Additions/x11: replace header files for X.Org Server 1.6.0 with those for version 1.6.5 due to an ABI bump in-between.
|
-
Property svn:eol-style
set to
native
|
File size:
193 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifndef _XAA_WRAPPER_H
|
---|
3 | # define _XAA_WRAPPER_H
|
---|
4 |
|
---|
5 | typedef void (*SyncFunc)(ScreenPtr);
|
---|
6 |
|
---|
7 | Bool xaaSetupWrapper(ScreenPtr pScreen,
|
---|
8 | XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.