ardje / xf86-video-rdc

Trying to get a vortex86 to run at all
Other
1 stars 0 forks source link

Some things to take care of:

pScreen structure change: we need to pass either an index or the correct pointer.

rdc_driver.c: In function ‘RDCCloseScreen’: rdc_driver.c:1601:42: warning: passing argument 1 of ‘pScreen->CloseScreen’ makes pointer from integer without a cast RetStatus = (*pScreen->CloseScreen) (scrnIndex, pScreen); ^ rdc_driver.c:1601:42: note: expected ‘ScreenPtr’ but argument is of type ‘int’

2D acceleration: remove XAA part enable EXA part