WEEE! Speedup speedup speedup -migspeed
Этот коммит содержится в:
родитель
a7996c0a20
Коммит
83655b000d
@ -1,5 +1,7 @@
|
||||
1998-11-17 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* dlg.c (destroy_dlg): Do not refresh.
|
||||
|
||||
* filegui.c: New file. We keep all of the user interface code for
|
||||
the text edition in this file now. This should be a per-GUI port
|
||||
file.
|
||||
|
@ -910,8 +910,11 @@ destroy_dlg (Dlg_head *h)
|
||||
free (h->title);
|
||||
x_destroy_dlg (h);
|
||||
free (h);
|
||||
|
||||
#ifndef HAVE_X
|
||||
if (refresh_list)
|
||||
do_refresh ();
|
||||
#endif
|
||||
}
|
||||
|
||||
int std_callback (Dlg_head *h, int Msg, int Par)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user