[PATCH 10/10] comctl32/monthcal: Remove today rectangle and focus drawing code from loops

Nikolay Sivov bunglehead at gmail.com
Sun Oct 4 15:26:21 CDT 2009


This will fix corrupted focus and today rectangles on multiselection,
also it's a prerformance fix - no need to check same conditions in every
inner loop iteration (in two inner loops actually).

Changelog:
    - remove today rectangle and focus drawing code from loops


More information about the wine-patches mailing list