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 - Implement threaded timers on WinCE
Summary: Implement threaded timers on WinCE
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: timer (show other bugs)
Version: HG 1.2
Hardware: x86 Windows (CE)/PocketPC
: P2 normal
Assignee: Dmitry Yakimov
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 05:54 UTC by Dmitry Yakimov
Modified: 2006-03-11 18:47 UTC (History)
0 users

See Also:


Attachments
Contains patches and updated project files (107.34 KB, application/octet-stream)
2006-03-11 14:37 UTC, Dmitry Yakimov
Details

Note You need to log in before you can comment on or make changes to this bug.
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!