Module: wine Branch: master Commit: 21987d3dec23cd5cefa4e740e22de4b07eb4cf01 URL: http://source.winehq.org/git/wine.git/?a=commit;h=21987d3dec23cd5cefa4e740e2...
Author: Hans Leidekker hans@it.vu.nl Date: Tue Jan 2 15:31:34 2007 +0100
usp10: Downgrade some more FIXME's to TRACE's.
---
dlls/usp10/usp10.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index e0fb917..8562c53 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -916,7 +916,7 @@ HRESULT WINAPI ScriptBreak(const WCHAR * { unsigned int i;
- TRACE("(%p, %d, %p, %p)\n", chars, count, sa, la); + TRACE("(%s, %d, %p, %p)\n", debugstr_wn(chars, count), count, sa, la);
if (!la) return S_FALSE;
@@ -1244,8 +1244,8 @@ HRESULT WINAPI ScriptGetCMap(HDC hdc, SC int cnt; HRESULT hr;
- FIXME("(%p,%p,%s,%d,0x%x,%p): semi-stub\n", hdc, psc, debugstr_wn(pwcInChars,cChars), - cChars, dwFlags, pwOutGlyphs); + TRACE("(%p,%p,%s,%d,0x%x,%p)\n", hdc, psc, debugstr_wn(pwcInChars, cChars), + cChars, dwFlags, pwOutGlyphs);
if ((hr = get_script_cache(hdc, psc))) return hr;
@@ -1276,7 +1276,7 @@ HRESULT WINAPI ScriptTextOut(const HDC h { HRESULT hr;
- TRACE("(%p, %p, %d, %d, %04x, %p, %p, %p, %d, %p, %d, %p, %p, %p): stub\n", + TRACE("(%p, %p, %d, %d, %04x, %p, %p, %p, %d, %p, %d, %p, %p, %p)\n", hdc, psc, x, y, fuOptions, lprc, psa, pwcReserved, iReserved, pwGlyphs, cGlyphs, piAdvance, piJustify, pGoffset);
@@ -1377,7 +1377,7 @@ HRESULT WINAPI ScriptLayout(int runs, co { int i, j = runs - 1, k = 0;
- FIXME("(%d, %p, %p, %p): stub\n", runs, level, vistolog, logtovis); + TRACE("(%d, %p, %p, %p)\n", runs, level, vistolog, logtovis);
if (!level || (!vistolog && !logtovis)) return E_INVALIDARG;