[Bug 32489] New: SetTimer does not respect the appropriate minimum timeout
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(a)winehq.org ReportedBy: ehoover(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 Konstantin Svist <fry.kun(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fry.kun(a)gmail.com --- Comment #1 from Konstantin Svist <fry.kun(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 --- Comment #2 from Erich Hoover <ehoover(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 Claudio F Filho <filhocf(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |filhocf(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |057b0d8bcac633ff80238c6de3e | |ce04655eccf2c Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2013-05-06 14:24:17 CDT --- http://source.winehq.org/git/wine.git/commitdiff/057b0d8bcac633ff80238c6de3e... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32489 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2013-05-10 13:41:02 CDT --- Closing bugs fixed in 1.5.30. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org