1
1

WEEE! Speedup speedup speedup -migspeed

Этот коммит содержится в:
Miguel de Icaza 1998-11-18 02:38:40 +00:00
родитель a7996c0a20
Коммит 83655b000d
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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)