source:
vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/xaaWrapper.h@
81043
Last change on this file since 81043 was 51223, checked in by , 11 years ago | |
---|---|
|
|
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.