Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 1679:153477a6cc31 SDL-1.3
More compile fixes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jun 2006 06:26:35 +0000 |
parents | 90bf530ced8e |
children | 9488fca10677 |
comparison
equal
deleted
inserted
replaced
1678:90bf530ced8e | 1679:153477a6cc31 |
---|---|
1572 } | 1572 } |
1573 | 1573 |
1574 /* Halt event processing before doing anything else */ | 1574 /* Halt event processing before doing anything else */ |
1575 SDL_StopEventLoop(); | 1575 SDL_StopEventLoop(); |
1576 | 1576 |
1577 /* Clean up allocated window manager items */ | |
1578 SDL_CursorQuit(); | |
1579 | |
1580 /* Clean up the system video */ | 1577 /* Clean up the system video */ |
1581 for (i = _this->num_displays; i--;) { | 1578 for (i = _this->num_displays; i--;) { |
1582 SDL_VideoDisplay *display = &_this->displays[i]; | 1579 SDL_VideoDisplay *display = &_this->displays[i]; |
1583 for (j = display->num_windows; j--;) { | 1580 for (j = display->num_windows; j--;) { |
1584 SDL_DestroyWindow(display->windows[i].id); | 1581 SDL_DestroyWindow(display->windows[i].id); |