http://bugs.winehq.org/show_bug.cgi?id=32489
Bug #: 32489 Summary: SetTimer does not respect the appropriate minimum timeout Product: Wine Version: 1.5.19 Platform: x86 OS/Version: Linux Status: NEW Keywords: patch Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu Classification: Unclassified
Created attachment 42859 --> http://bugs.winehq.org/attachment.cgi?id=42859 user32: SetTimer should respect the minimum and maximum timeout limits.
According to MSDN, SetTimer has a minimum timer value of 10 milliseconds. Currently, Wine uses a minimum timer value of 55 milliseconds. This behavior poses a problem for Silverlight, which uses SetTimer to handle redrawing the display. Since Silverlight expects to repaint the display at about 24 FPS (41.6 milliseconds), the 55 millisecond timer value is insufficient. By dropping the minimum timer value to 10 milliseconds Silverlight will then be able to repaint the display fast enough to show movies without having choppy playback.
http://bugs.winehq.org/show_bug.cgi?id=32489
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=32489
Konstantin Svist fry.kun@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fry.kun@gmail.com
--- Comment #1 from Konstantin Svist fry.kun@gmail.com 2013-02-01 16:17:37 CST --- Wine maintainers: please merge this patch into trunk ASAP. It's a prerequisite for running Netflix under Wine.
http://bugs.winehq.org/show_bug.cgi?id=32489
--- Comment #2 from Erich Hoover ehoover@mines.edu 2013-02-04 06:59:54 CST --- (In reply to comment #1)
Wine maintainers: please merge this patch into trunk ASAP. It's a prerequisite for running Netflix under Wine.
It is necessary for me to finish fixing some regressions caused by the first Netflix patches before I can submit the rest of the patches, as soon as that is completed I'll submit the remainder of the patches.
http://bugs.winehq.org/show_bug.cgi?id=32489
Claudio F Filho filhocf@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |filhocf@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=32489
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |057b0d8bcac633ff80238c6de3e | |ce04655eccf2c Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2013-05-06 14:24:17 CDT --- http://source.winehq.org/git/wine.git/commitdiff/057b0d8bcac633ff80238c6de3e...
http://bugs.winehq.org/show_bug.cgi?id=32489
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2013-05-10 13:41:02 CDT --- Closing bugs fixed in 1.5.30.