| Summary: | OSX Window Maximize/Resize Doesn't Update Window Position (with Patch) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alex Nankervis <anankervis> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | anankervis |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Mac OS X 10.7 | ||
| Attachments: | diff | ||
Fixed, thanks! http://hg.libsdl.org/SDL/rev/5eecf59b698f |
Created attachment 773 [details] diff SDL_cocoawindow.m, windowDidResize needs to also send a window move event. Depending on the corner you resize a window from, or when maximizing a window, the window position will change. Discovered this when creating a maximized window and found that the window position was stuck at the un-maximized window's value. Diff with fix attached.