Show iconified windows when quitting (horrible flickery workaround for a recoverable alert)
This commit is contained in:
parent
7d9af63c16
commit
344bcc87ae
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue