http://bugs.winehq.org/show_bug.cgi?id=36694
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Some patches got in:
25279d310e90a90c7584111932b014f035c3f203 c69a7ecfb6c2ca6e9844a567c4dfe58f6f7070d6 2a348791ee56c6556887a64d98eea68aaa01cc01
Still needs more work:
- PBM_GETPOS should always return 1 for PBS_MARQUEE style; - setting PBS_MARQUEE (or resetting?) sets current position to 0, so going back to normal progress mode always starts with position 0; - when in PBS_MARQUEE each window redraw cycle moves progress animation one steps. So when you change window size or minimize/maximize progress bar is updated; - mostly likely more differences..