view README.AmigaOS @ 4085:51486c979189 SDL-1.2

> Hi Ryan, > I checked the list you linked to, but did not see any reference to whether > the Win32 window centering bug was fixed... Has that been addressed at all? > I refer to the bug where, unless one has globally set the > SDL_WINDOW_CENTERED variable in the OS, only the 1st window that is created > will be centered. Subsequent calls to SetVideoMode will create a window tha t > shares the same upper-left corner location. I'm working on that now, thanks for reporting it. What I'm doing is if the width and height are the same, I'm leaving the window position alone, but if they're different they will respect the positioning environment variables.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 20 Jul 2007 03:25:40 +0000
parents 6d2e1961661a
children
line wrap: on
line source

The AmigaOS code has been removed from SDL, since it had been broken for a
 long time and had a few bits of fairly invasive code #ifdef'd into the
 SDL core.

However, there is an OS4 version of SDL here:
   http://www.rcdrummond.net/amiga/index.html

And a MorphOS version here:
   http://www.lehtoranta.net/powersdl/

--ryan.