mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c
This commit is contained in:
@@ -97,8 +97,8 @@ SOFTWARE.
|
||||
*/
|
||||
static GCFuncs vgaGCFuncs = {
|
||||
xf4bppValidateGC,
|
||||
(void (*)())NoopDDA,
|
||||
(void (*)())NoopDDA,
|
||||
(void (*)(GCPtr, unsigned long))NoopDDA,
|
||||
(void (*)(GCPtr, unsigned long, GCPtr))NoopDDA,
|
||||
xf4bppDestroyGC,
|
||||
xf4bppChangeClip,
|
||||
xf4bppDestroyClip,
|
||||
|
||||
Reference in New Issue
Block a user