mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 07:02:07 -05:00
Send window to the bottom
This commit is contained in:
parent
43f9b79c0f
commit
0ffad03074
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user