From 8fa040da9d0d3826f5ffda6bcbec4f53abd97452 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 27 Oct 2021 13:55:16 -0500 Subject: Allow more customization of control ids in thmutil. Allow BAFunctions to set control ids. Make sure control ids don't collide. --- src/samples/thmviewer/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/samples/thmviewer/display.cpp') diff --git a/src/samples/thmviewer/display.cpp b/src/samples/thmviewer/display.cpp index 52fa3cf8..c0e6c7e1 100644 --- a/src/samples/thmviewer/display.cpp +++ b/src/samples/thmviewer/display.cpp @@ -329,7 +329,7 @@ static BOOL DisplayOnCreate( { HRESULT hr = S_OK; - hr = ThemeLoadControls(pTheme, NULL, 0); + hr = ThemeLoadControls(pTheme); ExitOnFailure(hr, "Failed to load theme controls"); // Pre-populate some control types with data. -- cgit v1.2.3-55-g6feb