Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemevents.c @ 1090:37fc855580af
Send window to the bottom
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 07 Jul 2005 15:06:38 +0000 |
parents | b3f7c4af00e0 |
children | 67b7f0f410a2 |
comparison
equal
deleted
inserted
replaced
1089:b3f7c4af00e0 | 1090:37fc855580af |
---|---|
311 SDL_PrivateResize(w2, h2); | 311 SDL_PrivateResize(w2, h2); |
312 } | 312 } |
313 break; | 313 break; |
314 case WM_BOTTOMED: | 314 case WM_BOTTOMED: |
315 case WM_UNTOPPED: | 315 case WM_UNTOPPED: |
316 wind_set(message[3],WF_BOTTOM,message[4],0,0,0); | |
316 SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); | 317 SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS); |
317 if (VDI_setpalette) { | 318 if (VDI_setpalette) { |
318 VDI_setpalette(this, VDI_oldpalette); | 319 VDI_setpalette(this, VDI_oldpalette); |
319 } | 320 } |
320 break; | 321 break; |