Commit ce50a7ff authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

uxtheme: Properly initialize text drawing options.

parent 0f98b0bb
......@@ -1636,7 +1636,7 @@ HRESULT WINAPI DrawThemeText(HTHEME hTheme, HDC hdc, int iPartId, int iStateId,
LPCWSTR pszText, int iCharCount, DWORD flags,
DWORD flags2, const RECT *pRect)
{
DTTOPTS opts;
DTTOPTS opts = { 0 };
RECT rt;
TRACE("%d %d\n", iPartId, iStateId);
......
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