| Summary: | SDL_WINDOWPOS_CENTERED does not work correctly | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Daniel <daniel350> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
|
Description
Daniel
2011-02-15 01:10:48 UTC
I just tried this in Windows 7 and it worked with the latest code: http://www.libsdl.org/tmp/SDL-1.3.zip Can you retry with the latest snapshot? Are you using a single monitor or multi-monitor setup? Works correctly with latest build, but not yesterdays (lol). Cheers, fixed. Great, thanks! :) OK, tests are as follows: Ubuntu 10.10 - ATI HD4890 - Works Windows 7 - Intel HD Graphics - Works Windows 7 - ATI HD4890 - Fails (as original bug posted). I'm not sure what relevant information to gather, they are all running the same source code/version, Windows compiled with the same version of Visual Studio C++ Express 2010. Ubuntu obviously g++. The Ubuntu 4890 and Windows 7 4890 are the same machine, both with up to date ATI drivers. No idea. Can you try again? I just fixed a bunch of issues with windows display handling: http://hg.libsdl.org/SDL/rev/75f5ff92ad08 Thats fixed it. Well done. Great, thanks! |