usp10: Show fixme once in ScriptShapeOpenType.

oldstable
Vijay Kiran Kamuju 2014-05-05 18:55:37 +00:00 committed by Alexandre Julliard
parent e399729462
commit 8b50762b18
1 changed files with 2 additions and 1 deletions

View File

@ -2848,6 +2848,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
unsigned int g;
BOOL rtl;
int cluster;
static int once = 0;
TRACE("(%p, %p, %p, %s, %s, %p, %p, %d, %s, %d, %d, %p, %p, %p, %p, %p )\n",
hdc, psc, psa,
@ -2862,7 +2863,7 @@ HRESULT WINAPI ScriptShapeOpenType( HDC hdc, SCRIPT_CACHE *psc,
if (cChars > cMaxGlyphs) return E_OUTOFMEMORY;
if (cRanges)
FIXME("Ranges not supported yet\n");
if(!once++) FIXME("Ranges not supported yet\n");
rtl = (psa && !psa->fLogicalOrder && psa->fRTL);