mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 13:05:44 +00:00
There are days like that, when you'd better refrain from commit anything.
svn path=/trunk/; revision=56059
This commit is contained in:
parent
a0e5de9deb
commit
44ea840535
1 changed files with 5 additions and 3 deletions
|
@ -680,11 +680,13 @@ HTHEME WINAPI GetWindowTheme(HWND hwnd)
|
|||
HRESULT WINAPI SetWindowTheme(HWND hwnd, LPCWSTR pszSubAppName,
|
||||
LPCWSTR pszSubIdList)
|
||||
{
|
||||
HRESULT hr;
|
||||
TRACE("(%p,%s,%s)\n", hwnd, debugstr_w(pszSubAppName),
|
||||
debugstr_w(pszSubIdList));
|
||||
|
||||
if(!IsWindow(hwnd))
|
||||
return E_HANDLE;
|
||||
|
||||
HRESULT hr;
|
||||
TRACE("(%p,%s,%s)\n", hwnd, debugstr_w(pszSubAppName),
|
||||
hr = UXTHEME_SetWindowProperty(hwnd, atSubAppName, pszSubAppName);
|
||||
if(SUCCEEDED(hr))
|
||||
hr = UXTHEME_SetWindowProperty(hwnd, atSubIdList, pszSubIdList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue