mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-12 19:01:06 +00:00
11 lines
193 B
C
11 lines
193 B
C
|
|
#ifndef _XAA_WRAPPER_H
|
|
# define _XAA_WRAPPER_H
|
|
|
|
typedef void (*SyncFunc)(ScreenPtr);
|
|
|
|
Bool xaaSetupWrapper(ScreenPtr pScreen,
|
|
XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
|
|
|
|
#endif
|