OpenThemeData() now always sets the window theme to the handle
authorFrank Richter <frank.richter@gmail.com>
Sun, 24 Jul 2005 17:11:05 +0000 (17:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 24 Jul 2005 17:11:05 +0000 (17:11 +0000)
commit100923508c8f6042a3331795b24fd277187b2453
treea7adff019a0830f2734770478256e6db710258ff
parentbe5bf8022d98309659818b75ebdefdecd86a2f3d
OpenThemeData() now always sets the window theme to the handle
returned (even if that is NULL) - previously, it could happen that
when no theme was active or the theme data could not be opened that
the window theme remained became then-dangling (and hence subsequent
calls to GetWindowTheme() would return that bogus theme).
dlls/uxtheme/system.c