Show iconified windows when quitting (horrible flickery workaround for a recoverable alert)

This commit is contained in:
Chris Young 2013-07-27 14:46:20 +01:00
parent 7d9af63c16
commit 344bcc87ae
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,7 @@
#include "amiga/iff_dr2d.h"
#include "amiga/file.h"
#include "amiga/misc.h"
#include "amiga/schedule.h"
#include "amiga/theme.h"
#include "amiga/utf8.h"
@ -295,7 +296,6 @@ void gui_download_window_done(struct gui_download_window *dw)
nsurl_unref(url);
}
}
}
BOOL ami_download_window_event(struct gui_download_window *dw)

View File

@ -2688,7 +2688,7 @@ void ami_quit_netsurf(void)
break;
case AMINS_WINDOW:
ami_gui_appicon_remove(gwin);
ShowWindow(gwin->win, WINDOW_BACKMOST);
ami_close_all_tabs(gwin);
break;
}