*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40274
This commit is contained in:
Sam Lantinga 2002-01-22 21:14:36 +00:00
parent 06db61e1a0
commit 631d757813

View file

@ -271,17 +271,6 @@ static int QZ_IconifyWindow (_THIS) {
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) {