diff options
Diffstat (limited to 'src/dutil/inc')
-rw-r--r-- | src/dutil/inc/thmutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dutil/inc/thmutil.h b/src/dutil/inc/thmutil.h index 52de755f..e65d0646 100644 --- a/src/dutil/inc/thmutil.h +++ b/src/dutil/inc/thmutil.h | |||
@@ -143,6 +143,10 @@ struct THEME_CONTROL | |||
143 | LPWSTR sczText; | 143 | LPWSTR sczText; |
144 | LPWSTR sczTooltip; | 144 | LPWSTR sczTooltip; |
145 | LPWSTR sczNote; // optional text for command link | 145 | LPWSTR sczNote; // optional text for command link |
146 | int nDefaultDpiX; | ||
147 | int nDefaultDpiY; | ||
148 | int nDefaultDpiHeight; | ||
149 | int nDefaultDpiWidth; | ||
146 | int nX; | 150 | int nX; |
147 | int nY; | 151 | int nY; |
148 | int nHeight; | 152 | int nHeight; |
@@ -250,6 +254,7 @@ struct THEME | |||
250 | WORD wId; | 254 | WORD wId; |
251 | 255 | ||
252 | BOOL fAutoResize; | 256 | BOOL fAutoResize; |
257 | BOOL fForceResize; | ||
253 | 258 | ||
254 | DWORD dwStyle; | 259 | DWORD dwStyle; |
255 | DWORD dwFontId; | 260 | DWORD dwFontId; |