wine-staging/patches/uxtheme-GTK_Theming
Zebediah Figura 3d74da6622 uxtheme-GTK_Theming: Rework to avoid "DLL redirects".
Instead we have an alternate code path for the appropriate API entry
points in uxtheme.dll.

This is not the best organizational structure. We should probably have
HTHEME handles resolve to an object with its own function table, so
then we have an MSSTYLES backend and a GTK backend and what have
you. It would also be better to avoid having GTK controlled with its
own registry key like this but rather to have it be selectable using
EnumThemes()/ApplyTheme() [presumably through a fake theme file, as
was used in the original implementation], so that we don't have to
have special handling for those functions and everything can just be
part of the HTHEME backend. However, time is currently of the essence,
and this will have to do for the moment.
2019-02-09 17:15:09 -06:00
..
0001-uxtheme-Initial-implementation-of-GTK-backend.patch uxtheme-GTK_Theming: Rework to avoid "DLL redirects". 2019-02-09 17:15:09 -06:00
0003-uxtheme-Correctly-render-buttons-with-GTK-3.14.0.patch uxtheme-GTK_Theming: Rework to avoid "DLL redirects". 2019-02-09 17:15:09 -06:00
0004-uxtheme-Reset-FPU-flags-before-calling-GTK3-function.patch uxtheme-GTK_Theming: Rework to avoid "DLL redirects". 2019-02-09 17:15:09 -06:00
0005-uxtheme-Fix-some-incorrect-error-codes.patch uxtheme-GTK_Theming: Rework to avoid "DLL redirects". 2019-02-09 17:15:09 -06:00
definition uxtheme-GTK_Theming: Rework to avoid "DLL redirects". 2019-02-09 17:15:09 -06:00