support for some non XRenderFindVisualFormat compliant windows (SDL)
svn path=/trunk/kdebase/kwin/; revision=387484
This commit is contained in:
parent
bdd2665a29
commit
b4e399f065
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ XRenderPictFormat* sXRenderFindVisualFormat(Display *dpy, _Xconst Visual *visual
|
|||
if (format)
|
||||
return format;
|
||||
else
|
||||
return XRenderFindStandardFormat (dpy, PictStandardA8);
|
||||
return XRenderFindStandardFormat (dpy, PictStandardNUM);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue