Commit 631d7578 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40274
parent 06db61e1
...@@ -271,17 +271,6 @@ static int QZ_IconifyWindow (_THIS) { ...@@ -271,17 +271,6 @@ static int QZ_IconifyWindow (_THIS) {
return 0; 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) { static int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment