Commit 106af867 authored by Richard Cohen's avatar Richard Cohen Committed by Alexandre Julliard

Fix compile without XRender.

parent 594b7f26
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment