Last change
on this file was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
403 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/Xext/xvmodproc.h,v 1.2 2001/03/05 04:51:55 mvojkovi Exp $ */
|
---|
2 |
|
---|
3 | #ifdef HAVE_DIX_CONFIG_H
|
---|
4 | #include <dix-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #include "xvmcext.h"
|
---|
8 |
|
---|
9 | extern int (*XvGetScreenIndexProc)(void);
|
---|
10 | extern unsigned long (*XvGetRTPortProc)(void);
|
---|
11 | extern int (*XvScreenInitProc)(ScreenPtr);
|
---|
12 | extern int (*XvMCScreenInitProc)(ScreenPtr, int, XvMCAdaptorPtr);
|
---|
13 |
|
---|
14 | extern void XvRegister(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.