summaryrefslogtreecommitdiff
path: root/hw/kdrive/vesa/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/vesa/vesa.h')
-rw-r--r--hw/kdrive/vesa/vesa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/kdrive/vesa/vesa.h b/hw/kdrive/vesa/vesa.h
index 9082ddf11..add8706d4 100644
--- a/hw/kdrive/vesa/vesa.h
+++ b/hw/kdrive/vesa/vesa.h
@@ -49,6 +49,7 @@ typedef struct _VesaCardPriv {
typedef struct _VesaScreenPriv {
VesaModePtr mode;
Bool shadow;
+ Bool rotate;
int mapping;
void *fb;
} VesaScreenPrivRec, *VesaScreenPrivPtr;