summaryrefslogtreecommitdiff
path: root/QemuVGADriver/src/VideoDriverPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'QemuVGADriver/src/VideoDriverPrivate.h')
-rw-r--r--[-rwxr-xr-x]QemuVGADriver/src/VideoDriverPrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/QemuVGADriver/src/VideoDriverPrivate.h b/QemuVGADriver/src/VideoDriverPrivate.h
index 65c161c..47a95a6 100755..100644
--- a/QemuVGADriver/src/VideoDriverPrivate.h
+++ b/QemuVGADriver/src/VideoDriverPrivate.h
@@ -68,6 +68,7 @@ struct DriverGlobal {
UInt32 numModes;
UInt32 curPage;
LogicalAddress curBaseAddress;
+ Boolean blanked;
};
typedef struct DriverGlobal DriverGlobal, *DriverGlobalPtr;