[UXTHEME] -Add tests for SetWindowTheme to test the behavior that was changed in...
[reactos.git] / rostests / apitests / uxtheme / testlist.c
index 97ee80e..7b06a3f 100644 (file)
@@ -3,12 +3,14 @@
 #define STANDALONE
 #include <apitest.h>
 
-extern void func_DrawThemeParentBackground(void);
 extern void func_CloseThemeData(void);
+extern void func_DrawThemeParentBackground(void);
+extern void func_SetWindowTheme(void);
 
 const struct test winetest_testlist[] =
 {
-    { "DrawThemeParentBackground", func_DrawThemeParentBackground },
     { "CloseThemeData", func_CloseThemeData },
+    { "DrawThemeParentBackground", func_DrawThemeParentBackground },
+    { "SetWindowTheme", func_SetWindowTheme },
     { 0, 0 }
 };