ui/win32/toolkit.c

changeset 936
d40a72210be8
parent 919
d9018dcd4e2d
child 938
be4c88ded783
equal deleted inserted replaced
935:d95e8723545c 936:d40a72210be8
62 uic_toolbar_init(); 62 uic_toolbar_init();
63 uic_load_app_properties(); 63 uic_load_app_properties();
64 64
65 INITCOMMONCONTROLSEX icex = { 65 INITCOMMONCONTROLSEX icex = {
66 sizeof(icex), 66 sizeof(icex),
67 ICC_WIN95_CLASSES | ICC_LISTVIEW_CLASSES | ICC_TREEVIEW_CLASSES | ICC_BAR_CLASSES | ICC_TAB_CLASSES 67 ICC_WIN95_CLASSES | ICC_LISTVIEW_CLASSES | ICC_TREEVIEW_CLASSES | ICC_BAR_CLASSES | ICC_TAB_CLASSES | ICC_STANDARD_CLASSES | ICC_USEREX_CLASSES
68 }; 68 };
69 InitCommonControlsEx(&icex); 69 InitCommonControlsEx(&icex);
70 70
71 SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2); 71 SetProcessDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2);
72 72

mercurial