aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-06-04 13:36:18 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-06-04 14:57:11 -0500
commit34639850c2c07a35c1e502e174866cd8630eb8ec (patch)
tree3b48ca384fed9d9bcaa1b3e7762dbe706b1fbc27 /src/libs/dutil/WixToolset.DUtil/inc/thmutil.h
parentc0fa77405e0cc1e231dfef357b9ca6e1645c1fe3 (diff)
downloadwix-34639850c2c07a35c1e502e174866cd8630eb8ec.tar.gz
wix-34639850c2c07a35c1e502e174866cd8630eb8ec.tar.bz2
wix-34639850c2c07a35c1e502e174866cd8630eb8ec.zip
Allow arbitrary strings for thmutil Font ids.
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;