1
1
forked from 0ad/0ad

More SDL_ACTIVEEVENT

This was SVN commit r697.
This commit is contained in:
Ykkrosh 2004-07-10 21:50:35 +00:00
parent 929fe237ce
commit 901d44d2a6

View File

@ -380,7 +380,7 @@ return_char:
{
last_app_active = app_active;
ev->type = SDL_ACTIVE;
ev->type = SDL_ACTIVEEVENT;
ev->active.state = SDL_APPACTIVE;
ev->active.gain = (u8)app_active;
return 1;