Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzWM.m @ 273:72acb06d3721
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jan 2002 21:14:36 +0000 |
parents | d1447a846d80 |
children | f6ffac90895c |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzWM.m Tue Jan 22 18:46:28 2002 +0000 +++ b/src/video/quartz/SDL_QuartzWM.m Tue Jan 22 21:14:36 2002 +0000 @@ -271,17 +271,6 @@ return 0; } } -static int QZ_IconifyWindow (_THIS) { - - if ( ! [ qz_window isMiniaturized ] ) { - [ qz_window miniaturize:nil ]; - return 1; - } - else { - SDL_SetError ("Quartz window already iconified"); - return 0; - } -} /* static int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info) {