diff options
author | Keith Packard <keithp@keithp.com> | 2000-09-19 23:50:48 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-09-19 23:50:48 +0000 |
commit | 02777941e6ac8c79f934ba95b6b2e7f388ffbd14 (patch) | |
tree | aad323364339409a39107a7eb1a9a5edbe50ae28 /hw/kdrive/vesa/vesa.h | |
parent | 5b9f49f64c7fb51afbfaab4f848fc7d67851582c (diff) |
kdrive: fix bug in vesa 4plane in 8bpp mode
Diffstat (limited to 'hw/kdrive/vesa/vesa.h')
-rw-r--r-- | hw/kdrive/vesa/vesa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/kdrive/vesa/vesa.h b/hw/kdrive/vesa/vesa.h index add8706d4..8ded2ab67 100644 --- a/hw/kdrive/vesa/vesa.h +++ b/hw/kdrive/vesa/vesa.h @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86$ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vesa.h,v 1.5 2000/09/15 07:25:13 keithp Exp $ */ #ifndef _VESA_H_ #define _VESA_H_ @@ -51,6 +51,7 @@ typedef struct _VesaScreenPriv { Bool shadow; Bool rotate; int mapping; + int origDepth; void *fb; } VesaScreenPrivRec, *VesaScreenPrivPtr; |