mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 03:58:03 +02:00
Shut up compiler.
This commit is contained in:
parent
34f76e6ef9
commit
37c992cd73
1 changed files with 2 additions and 6 deletions
|
|
@ -404,12 +404,8 @@ void dmxChangeClip(GCPtr pGC, int type, pointer pvalue, int nrects)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CT_PIXMAP:
|
default:
|
||||||
case CT_UNSORTED:
|
/* Other clip types are condensed down to either NONE or REGION
|
||||||
case CT_YSORTED:
|
|
||||||
case CT_YXSORTED:
|
|
||||||
case CT_YXBANDED:
|
|
||||||
/* These clip types are condensed down to either NONE or REGION
|
|
||||||
in the mi code */
|
in the mi code */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue