summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kdrive.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-16 08:03:25 +0000
committerKeith Packard <keithp@keithp.com>2003-10-16 08:03:25 +0000
commit16b2ea64e7e0bd32d6dba078b4891167bd335d44 (patch)
treefe37a0745b44bcf1e35a20c4d4968ddae9235cc1 /hw/kdrive/src/kdrive.h
parentf4bcd36a386116c450ea6893ab3d08e81cea663b (diff)
Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpoint
can occur while switched away. Set type of off_screen_areas member to actual type instead of pointer
Diffstat (limited to 'hw/kdrive/src/kdrive.h')
-rw-r--r--hw/kdrive/src/kdrive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index df59bb972..6cc976913 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -121,7 +121,7 @@ typedef struct _KdScreenInfo {
CARD8 *memory_base;
int off_screen_base;
int off_screen_size;
- pointer off_screen_areas;
+ struct _RealOffscreenArea *off_screen_areas;
} KdScreenInfo;
typedef struct _KdCardFuncs {