fix no good - new fix =)
use SDL_VIDEO_X11_VISUALID=0x24 appname to start svn path=/trunk/kdebase/kwin/; revision=387497
This commit is contained in:
parent
b4e399f065
commit
d7e31d3499
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, PictStandardNUM);
|
||||
return XRenderFindStandardFormat (dpy, PictStandardRGB24);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue