mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 17:30:02 +01:00
10 lines
193 B
C
10 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
|