Fix fbdev server to allow accelerated servers on top to use RandR. Switch

smi server to fbdev (vesa bios doesnt work on the Acer I have here)
This commit is contained in:
Keith Packard
2003-10-05 05:22:35 +00:00
parent f3d8476ced
commit adc5b8068d
8 changed files with 202 additions and 163 deletions

View File

@@ -50,6 +50,7 @@ typedef struct _fbdevPriv {
typedef struct _fbdevScrPriv {
Rotation randr;
Bool shadow;
int layerKind;
LayerPtr pLayer;
} FbdevScrPriv;
@@ -97,5 +98,7 @@ fbdevGetColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs);
void
fbdevPutColors (ScreenPtr pScreen, int fb, int n, xColorItem *pdefs);
Bool
fbdevFinishInitScreen (ScreenPtr pScreen);
#endif /* _FBDEV_H_ */