mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 22:40:04 +01:00
10 lines
176 B
C
10 lines
176 B
C
#ifdef HAVE_DIX_CONFIG_H
|
|
#include <dix-config.h>
|
|
#endif
|
|
|
|
#ifndef _XF86DGAEXT_H_
|
|
#define _XF86DGAEXT_H_
|
|
|
|
extern DISPATCH_PROC(ProcXF86DGADispatch);
|
|
|
|
#endif /* _XF86DGAEXT_H_ */
|