Mercurial > sdl-ios-xcode
comparison src/video/windib/SDL_dibvideo.c @ 1288:ea3888b472bf
Cleaned up the app registration stuff a bit
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 09:13:36 +0000 |
parents | f61f045343d3 |
children | c4a5a772c5d9 |
comparison
equal
deleted
inserted
replaced
1287:15a89a0c52bf | 1288:ea3888b472bf |
---|---|
956 DestroyIcon(screen_icn); | 956 DestroyIcon(screen_icn); |
957 screen_icn = NULL; | 957 screen_icn = NULL; |
958 } | 958 } |
959 DIB_QuitGamma(this); | 959 DIB_QuitGamma(this); |
960 DIB_DestroyWindow(this); | 960 DIB_DestroyWindow(this); |
961 SDL_UnregisterApp(); | |
962 FlushMessageQueue(); | 961 FlushMessageQueue(); |
963 | 962 |
964 SDL_Window = NULL; | 963 SDL_Window = NULL; |
965 | 964 |
966 #if defined(_WIN32_WCE) | 965 #if defined(_WIN32_WCE) |