diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-08 10:33:14 -0800 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2007-02-08 10:33:14 -0800 |
commit | 3dc1ebc7c2c76f575b5150f1890ec13f8bd3e8a1 (patch) | |
tree | 10facee087470dbf8ce90ee5ebebe7793e819504 /src/vmware.h | |
parent | 188c2b44f0f47093092414f9364a52cc2d5016ad (diff) |
Make resizing work once and for all.
This change removes the limitation on resizing larger than the
initial size and removes the need for pitch-locking bu resizing
the screen pixmap. Now the only limit on the screen size is
the maximum width/height reported by the virtual hardware which
is configured on the host side.
Diffstat (limited to 'src/vmware.h')
-rw-r--r-- | src/vmware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vmware.h b/src/vmware.h index 7f138a6..159e374 100644 --- a/src/vmware.h +++ b/src/vmware.h @@ -81,7 +81,6 @@ typedef struct { VMWARERegRec SavedReg; VMWARERegRec ModeReg; - DisplayModePtr initialMode; DisplayModePtr dynMode1; DisplayModePtr dynMode2; @@ -107,7 +106,6 @@ typedef struct { unsigned char* mmioVirtBase; CARD32* vmwareFIFO; - Bool hasPitchLockFIFOReg; xf86CursorInfoPtr CursorInfoRec; struct { |