diff options
Diffstat (limited to 'hw/kdrive/ati/ati_draw.c')
-rw-r--r-- | hw/kdrive/ati/ati_draw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/ati/ati_draw.c b/hw/kdrive/ati/ati_draw.c index 45b94831f..8a79bf27c 100644 --- a/hw/kdrive/ati/ati_draw.c +++ b/hw/kdrive/ati/ati_draw.c @@ -111,7 +111,9 @@ int src_bpp; /* If is_24bpp is set, then we are using the accelerator in 8-bit mode due * to it being broken for 24bpp, so coordinates have to be multiplied by 3. */ -int is_24bpp; +Bool is_24bpp; +/* For r128 Blend, tells whether to force src x/y offset to (0,0). */ +Bool is_repeat; static void ATIWaitAvailMMIO(int n) |