Fix compile without XRender.

This commit is contained in:
Richard Cohen 2005-09-23 10:05:54 +00:00 committed by Alexandre Julliard
parent 594b7f26e4
commit 106af86740
1 changed files with 1 additions and 1 deletions

View File

@ -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;