mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
*** empty log message ***
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user