mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 13:20:04 +01:00
over to new system. Need to update documentation and address some remaining vestiges of old system such as CursorRec structure, fb "offman" structure, and FontRec privates.
13 lines
317 B
C
13 lines
317 B
C
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
#include <dix-config.h>
|
|
#endif
|
|
|
|
#include "xvmcext.h"
|
|
|
|
extern DevPrivateKey (*XvGetScreenKeyProc)(void);
|
|
extern unsigned long (*XvGetRTPortProc)(void);
|
|
extern int (*XvScreenInitProc)(ScreenPtr);
|
|
extern int (*XvMCScreenInitProc)(ScreenPtr, int, XvMCAdaptorPtr);
|
|
|
|
extern void XvRegister(void);
|