Fix compile without XRender.
This commit is contained in:
parent
594b7f26e4
commit
106af86740
|
@ -1655,7 +1655,7 @@ void X11DRV_XRender_DeleteDC(X11DRV_PDEVICE *physDev)
|
|||
|
||||
BOOL X11DRV_XRender_ExtTextOut( X11DRV_PDEVICE *physDev, INT x, INT y, UINT flags,
|
||||
const RECT *lprect, LPCWSTR wstr, UINT count,
|
||||
const INT *lpDx, INT breakExtra )
|
||||
const INT *lpDx )
|
||||
{
|
||||
assert(0);
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in New Issue