Send window to the bottom

This commit is contained in:
Patrice Mandin 2005-07-07 15:06:38 +00:00
parent 43f9b79c0f
commit 0ffad03074

View File

@ -313,6 +313,7 @@ static int do_messages(_THIS, short *message)
break;
case WM_BOTTOMED:
case WM_UNTOPPED:
wind_set(message[3],WF_BOTTOM,message[4],0,0,0);
SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
if (VDI_setpalette) {
VDI_setpalette(this, VDI_oldpalette);