source:
vbox/trunk/src/VBox/Additions/linux/x11include/7.0/xorg/xaaWrapper.h@
1
Last change on this file since 1 was 1, checked in by , 55 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.