Commit 134ad2d7 authored by Patrice Mandin's avatar Patrice Mandin

Send window to the bottom

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401091
parent c18a7c8a
...@@ -313,6 +313,7 @@ static int do_messages(_THIS, short *message) ...@@ -313,6 +313,7 @@ static int do_messages(_THIS, short *message)
break; break;
case WM_BOTTOMED: case WM_BOTTOMED:
case WM_UNTOPPED: case WM_UNTOPPED:
wind_set(message[3],WF_BOTTOM,message[4],0,0,0);
SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
if (VDI_setpalette) { if (VDI_setpalette) {
VDI_setpalette(this, VDI_oldpalette); VDI_setpalette(this, VDI_oldpalette);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment