Updated the Amiga OS port of SDL (thanks Gabriele)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4022
This commit is contained in:
parent
ac645d34ed
commit
df7866c435
26 changed files with 1381 additions and 913 deletions
|
@ -255,8 +255,8 @@ printf("MapNotify!\n");
|
|||
|
||||
/* Have we been resized? */
|
||||
case IDCMP_NEWSIZE:
|
||||
SDL_PrivateResize(SDL_Window->Width,
|
||||
SDL_Window->Height);
|
||||
SDL_PrivateResize(SDL_Window->Width-SDL_Window->BorderLeft-SDL_Window->BorderRight,
|
||||
SDL_Window->Height-SDL_Window->BorderTop-SDL_Window->BorderBottom);
|
||||
break;
|
||||
|
||||
/* Have we been requested to quit? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue