diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-06-16 09:22:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-06-16 09:22:38 +0000 |
commit | a3bdeecbb99c721987a22d52c8adf4b1a96e8eec (patch) | |
tree | 407e5e48b26ab02f52fc728ffefd255e93b7e3e5 /src/vmware.h | |
parent | 2e4ba05c72961b611c9c4b93038ce54ab54ab9c3 (diff) |
DRI XFree86-4_3_99_12-merge importDRI-trunk-20040721DRI-trunk-20040613DRI-XFree86-4_3_99_12-merge
Diffstat (limited to 'src/vmware.h')
-rw-r--r-- | src/vmware.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/vmware.h b/src/vmware.h index 7be49d5..c12fc29 100644 --- a/src/vmware.h +++ b/src/vmware.h @@ -180,61 +180,87 @@ extern const char *vmwareXaaSymbols[]; #define ACCELERATE_OPS void vmwareWriteReg( +#if NeedFunctionPrototypes VMWAREPtr pVMWARE, int index, CARD32 value +#endif ); CARD32 vmwareReadReg( +#if NeedFunctionPrototypes VMWAREPtr pVMWARE, int index +#endif ); void vmwareWriteWordToFIFO( +#if NeedFunctionPrototypes VMWAREPtr pVMWARE, CARD32 value +#endif ); void vmwareWaitForFB( +#ifdef NeedFunctionPrototypes VMWAREPtr pVMWARE +#endif ); void vmwareSendSVGACmdUpdate( +#if NeedFunctionPrototypes VMWAREPtr pVMWARE, BoxPtr pBB +#endif ); /* vmwarecurs.c */ Bool vmwareCursorInit( +#if NeedFunctionPrototypes ScreenPtr pScr +#endif ); void vmwareCursorModeInit( +#if NeedFunctionPrototypes ScrnInfoPtr pScrn, DisplayModePtr mode +#endif ); void vmwareCursorCloseScreen( +#if NeedFunctionPrototypes ScreenPtr pScr +#endif ); void vmwareWriteCursorRegs( +#if NeedFunctionPrototypes VMWAREPtr pVMWARE, Bool visible, Bool force +#endif ); void vmwareCursorHookWrappers( +#if NeedFunctionPrototypes ScreenPtr pScreen +#endif ); /* vmwarexaa.c */ Bool vmwareXAAScreenInit( +#if NeedFunctionPrototypes ScreenPtr pScreen +#endif ); Bool vmwareXAAModeInit( +#if NeedFunctionPrototypes ScrnInfoPtr pScrn, DisplayModePtr mode +#endif ); void vmwareXAACloseScreen( +#if NeedFunctionPrototypes ScreenPtr pScreen +#endif ); #endif |