diff options
Diffstat (limited to 'src/vmware.h')
-rw-r--r-- | src/vmware.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/vmware.h b/src/vmware.h index 159e374..960ce13 100644 --- a/src/vmware.h +++ b/src/vmware.h @@ -25,7 +25,6 @@ #include "vgaHW.h" /* VGA hardware */ #include "fb.h" -#include "xaa.h" #include "xf86cmap.h" /* xf86HandleColormaps */ @@ -33,8 +32,6 @@ #include "svga_reg.h" #include "svga_struct.h" -#include "offscreen_manager.h" - /* Arbitrarily choose max cursor dimensions. The emulation doesn't care. */ #define MAX_CURS 32 @@ -124,23 +121,6 @@ typedef struct { ScreenRec ScrnFuncs; /* - * XAA info rec and misc storage - */ - XAAInfoRecPtr xaaInfo; - int xaaFGColor; - int xaaBGColor; - int xaaRop; - - unsigned char* xaaColorExpScanLine[1]; - unsigned int xaaColorExpSize; /* size of current scan line in DWords */ - - Heap* heap; - SVGASurface* frontBuffer; - - SVGASurface* curPict; - int op; - - /* * Xinerama state */ Bool xinerama; @@ -189,8 +169,6 @@ static __inline ScrnInfoPtr infoFromScreen(ScreenPtr s) { #define MOUSE_ID 1 -extern const char *vmwareXaaSymbols[]; - /*#define DEBUG_LOGGING*/ #ifdef DEBUG_LOGGING # define VmwareLog(args) ErrorF args @@ -255,19 +233,6 @@ void vmwareCursorHookWrappers( ); -/* vmwarexaa.c */ -Bool vmwareXAAScreenInit( - ScreenPtr pScreen - ); - -Bool vmwareXAAModeInit( - ScrnInfoPtr pScrn, DisplayModePtr mode - ); - -void vmwareXAACloseScreen( - ScreenPtr pScreen - ); - /* vmwarectrl.c */ void VMwareCtrl_ExtInit(ScrnInfoPtr pScrn); |