aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/thmutil.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/dutil/inc/thmutil.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dutil/inc/thmutil.h b/src/dutil/inc/thmutil.h
index c75f9587..1ba5db35 100644
--- a/src/dutil/inc/thmutil.h
+++ b/src/dutil/inc/thmutil.h
@@ -81,6 +81,12 @@ typedef enum THEME_SHOW_PAGE_REASON
81 THEME_SHOW_PAGE_REASON_REFRESH, 81 THEME_SHOW_PAGE_REASON_REFRESH,
82} THEME_SHOW_PAGE_REASON; 82} THEME_SHOW_PAGE_REASON;
83 83
84typedef enum THEME_WINDOW_INITIAL_POSITION
85{
86 THEME_WINDOW_INITIAL_POSITION_DEFAULT,
87 THEME_WINDOW_INITIAL_POSITION_CENTER_MONITOR_FROM_COORDINATES,
88} THEME_WINDOW_INITIAL_POSITION;
89
84 90
85struct THEME_COLUMN 91struct THEME_COLUMN
86{ 92{
@@ -394,6 +400,7 @@ HRESULT DAPI ThemeCreateParentWindow(
394 __in_opt HWND hwndParent, 400 __in_opt HWND hwndParent,
395 __in_opt HINSTANCE hInstance, 401 __in_opt HINSTANCE hInstance,
396 __in_opt LPVOID lpParam, 402 __in_opt LPVOID lpParam,
403 __in THEME_WINDOW_INITIAL_POSITION initialPosition,
397 __out_opt HWND* phWnd 404 __out_opt HWND* phWnd
398 ); 405 );
399 406