We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 160

Summary: Implement threaded timers on WinCE
Product: SDL Reporter: Dmitry Yakimov <support>
Component: timerAssignee: Dmitry Yakimov <support>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: Windows (CE)/PocketPC   
Attachments: Contains patches and updated project files

Description Dmitry Yakimov 2006-03-10 05:54:01 UTC
It could be implemented on WinCE OS with ver. >= 4.20, i.e. on all modern machines. I'll look into it.
Comment 1 Dmitry Yakimov 2006-03-11 14:37:26 UTC
Created attachment 77 [details]
Contains patches and updated project files

as well it contains fix for Bug 159

+ added threaded timers support
! fixed restoring sdl window focus (AV in windows message handler) (Bug 159)
! disabled forgotten cdrom and joystick in config file.
* disabled minimizing sdl window while loosing focus
  PocketPC does not have a task bar, so it is an inconvenient and unusual
  behaviour for PPC users.
+ added WIN_Paint handler for GAPI
! fixed loosing focus while using GAPI video driver

+ added TestTimer project
* removed unnecessary macros (ENABLE_WINDIB ...) from projects
Comment 2 Sam Lantinga 2006-03-11 18:47:00 UTC
This is in CVS, thanks!