aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-10-27 15:30:02 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-11-01 16:34:09 -0500
commitc092722a147940532b08f62403e182ef279f2c74 (patch)
tree2f4d85e26c3e13566ec7f1bf7b18a2de4430d628 /src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
parent3d73efba15565f5995a492e660dff72286e0b672 (diff)
downloadwix-c092722a147940532b08f62403e182ef279f2c74.tar.gz
wix-c092722a147940532b08f62403e182ef279f2c74.tar.bz2
wix-c092722a147940532b08f62403e182ef279f2c74.zip
Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/thmutil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/thmutil.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
index eda81485..cd286854 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
@@ -530,6 +530,19 @@ HRESULT DAPI ThemeRegisterVariableCallbacks(
530 ); 530 );
531 531
532/******************************************************************** 532/********************************************************************
533 ThemeInitializeWindowClass - sets defaults for the window class
534 from the given theme.
535
536*******************************************************************/
537void DAPI ThemeInitializeWindowClass(
538 __in THEME* pTheme,
539 __in WNDCLASSW* pWndClass,
540 __in WNDPROC pfnWndProc,
541 __in HINSTANCE hInstance,
542 __in LPCWSTR wzClassName
543 );
544
545/********************************************************************
533 ThemeCreateParentWindow - creates a parent window for the theme. 546 ThemeCreateParentWindow - creates a parent window for the theme.
534 547
535*******************************************************************/ 548*******************************************************************/