summaryrefslogtreecommitdiff
path: root/hw/kdrive/chips/chips.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/chips/chips.h')
-rw-r--r--hw/kdrive/chips/chips.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/kdrive/chips/chips.h b/hw/kdrive/chips/chips.h
index 869a0717c..f7b9784c6 100644
--- a/hw/kdrive/chips/chips.h
+++ b/hw/kdrive/chips/chips.h
@@ -76,6 +76,7 @@ typedef struct _chipsScreenInfo {
CARD8 *off_screen;
int off_screen_size;
ChipsCursor cursor;
+ KaaScreenInfoRec kaa;
} ChipsScreenInfo;
#define getChipsScreenInfo(kd) ((ChipsScreenInfo *) ((kd)->screen->driver))
@@ -88,9 +89,6 @@ void
chipsDrawEnable (ScreenPtr pScreen);
void
-chipsDrawSync (ScreenPtr pScreen);
-
-void
chipsDrawDisable (ScreenPtr pScreen);
void