small fix towards new glitz interface
This commit is contained in:
parent
2af7e94eab
commit
f3ae42c0fd
|
@ -269,7 +269,7 @@ xglInitPixmapFormats (ScreenPtr pScreen)
|
||||||
do {
|
do {
|
||||||
format = glitz_find_format (pScreenPriv->drawable,
|
format = glitz_find_format (pScreenPriv->drawable,
|
||||||
0, NULL, k++);
|
0, NULL, k++);
|
||||||
if (format && format->type == GLITZ_FORMAT_TYPE_COLOR)
|
if (format && format->color.fourcc == GLITZ_FOURCC_RGB)
|
||||||
{
|
{
|
||||||
/* find best matching sufficient format */
|
/* find best matching sufficient format */
|
||||||
if (format->color.red_size >= rs &&
|
if (format->color.red_size >= rs &&
|
||||||
|
|
Loading…
Reference in New Issue