diff options
Diffstat (limited to '')
-rw-r--r-- | src/dutil/inc/thmutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dutil/inc/thmutil.h b/src/dutil/inc/thmutil.h index e661a6cb..52de755f 100644 --- a/src/dutil/inc/thmutil.h +++ b/src/dutil/inc/thmutil.h | |||
@@ -255,6 +255,10 @@ struct THEME | |||
255 | DWORD dwFontId; | 255 | DWORD dwFontId; |
256 | HANDLE hIcon; | 256 | HANDLE hIcon; |
257 | LPWSTR sczCaption; | 257 | LPWSTR sczCaption; |
258 | int nDefaultDpiHeight; | ||
259 | int nDefaultDpiMinimumHeight; | ||
260 | int nDefaultDpiWidth; | ||
261 | int nDefaultDpiMinimumWidth; | ||
258 | int nHeight; | 262 | int nHeight; |
259 | int nMinimumHeight; | 263 | int nMinimumHeight; |
260 | int nWidth; | 264 | int nWidth; |
@@ -283,6 +287,8 @@ struct THEME | |||
283 | DWORD dwCurrentPageId; | 287 | DWORD dwCurrentPageId; |
284 | HWND hwndTooltip; | 288 | HWND hwndTooltip; |
285 | 289 | ||
290 | UINT nDpi; | ||
291 | |||
286 | // callback functions | 292 | // callback functions |
287 | PFNTHM_EVALUATE_VARIABLE_CONDITION pfnEvaluateCondition; | 293 | PFNTHM_EVALUATE_VARIABLE_CONDITION pfnEvaluateCondition; |
288 | PFNTHM_FORMAT_VARIABLE_STRING pfnFormatString; | 294 | PFNTHM_FORMAT_VARIABLE_STRING pfnFormatString; |