Last change
on this file since 22055 was 17471, checked in by vboxsync, 16 years ago |
export to OSE
|
-
Property svn:eol-style
set to
native
|
File size:
317 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifdef HAVE_DIX_CONFIG_H
|
---|
3 | #include <dix-config.h>
|
---|
4 | #endif
|
---|
5 |
|
---|
6 | #include "xvmcext.h"
|
---|
7 |
|
---|
8 | extern DevPrivateKey (*XvGetScreenKeyProc)(void);
|
---|
9 | extern unsigned long (*XvGetRTPortProc)(void);
|
---|
10 | extern int (*XvScreenInitProc)(ScreenPtr);
|
---|
11 | extern int (*XvMCScreenInitProc)(ScreenPtr, int, XvMCAdaptorPtr);
|
---|
12 |
|
---|
13 | extern void XvRegister(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.