mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-22 23:10:16 +01:00
9 lines
192 B
C
9 lines
192 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
|