aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/thmutil.h')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/thmutil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
index d21c3e17..c8c6b340 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
@@ -295,6 +295,8 @@ struct THEME_FONT_INSTANCE
295 295
296struct THEME_FONT 296struct THEME_FONT
297{ 297{
298 LPWSTR sczId;
299 DWORD dwIndex;
298 LONG lfHeight; 300 LONG lfHeight;
299 LONG lfWeight; 301 LONG lfWeight;
300 BYTE lfUnderline; 302 BYTE lfUnderline;
@@ -353,6 +355,7 @@ struct THEME
353 THEME_CONTROL* rgControls; 355 THEME_CONTROL* rgControls;
354 356
355 // internal state variables -- do not use outside ThmUtil.cpp 357 // internal state variables -- do not use outside ThmUtil.cpp
358 STRINGDICT_HANDLE sdhFontDictionary;
356 HWND hwndParent; // parent for loaded controls 359 HWND hwndParent; // parent for loaded controls
357 HWND hwndHover; // current hwnd hovered over 360 HWND hwndHover; // current hwnd hovered over
358 DWORD dwCurrentPageId; 361 DWORD dwCurrentPageId;