fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c
This commit is contained in:
parent
4d258f3196
commit
b20ae5ddb7
|
@ -97,8 +97,8 @@ SOFTWARE.
|
||||||
*/
|
*/
|
||||||
static GCFuncs vgaGCFuncs = {
|
static GCFuncs vgaGCFuncs = {
|
||||||
xf4bppValidateGC,
|
xf4bppValidateGC,
|
||||||
(void (*)())NoopDDA,
|
(void (*)(GCPtr, unsigned long))NoopDDA,
|
||||||
(void (*)())NoopDDA,
|
(void (*)(GCPtr, unsigned long, GCPtr))NoopDDA,
|
||||||
xf4bppDestroyGC,
|
xf4bppDestroyGC,
|
||||||
xf4bppChangeClip,
|
xf4bppChangeClip,
|
||||||
xf4bppDestroyClip,
|
xf4bppDestroyClip,
|
||||||
|
|
Loading…
Reference in New Issue