diff options
author | Keith Packard <keithp@keithp.com> | 2000-05-06 22:17:53 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-05-06 22:17:53 +0000 |
commit | 3731c184d69e3c1face0c731926433d522d48067 (patch) | |
tree | 687fa152bbb27d72d12e64b248f71b255311d087 /hw/kdrive/fbdev/fbdev.h | |
parent | 4b54f22b6accf438f31fbbe79877545c38375351 (diff) |
Lots of Tiny-X changes:
Add overlay support in the Tiny-X Savage4 driver (required changing lots of
Tiny-X code). Savage4 now support 8/16, 8/32 overlays.
Add IGS Cyberpro 5050 driver. This chip has bus support for embeded
systems.
Diffstat (limited to 'hw/kdrive/fbdev/fbdev.h')
-rw-r--r-- | hw/kdrive/fbdev/fbdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/fbdev/fbdev.h b/hw/kdrive/fbdev/fbdev.h index 5504a9804..a5a9e44e9 100644 --- a/hw/kdrive/fbdev/fbdev.h +++ b/hw/kdrive/fbdev/fbdev.h @@ -75,10 +75,10 @@ void fbdevCardFini (KdCardInfo *card); void -fbdevGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs); +fbdevGetColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs); void -fbdevPutColors (ScreenPtr pScreen, int n, xColorItem *pdefs); +fbdevPutColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs); #endif /* _FBDEV_H_ */ |