* editdraw.c (edit_render) [GTK]: Revert previous patch, it
broke compilation.
Этот коммит содержится в:
родитель
b5210e40f6
Коммит
cd8d6460bd
@ -1,3 +1,8 @@
|
||||
2001-05-31 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* editdraw.c (edit_render) [GTK]: Revert previous patch, it
|
||||
broke compilation.
|
||||
|
||||
2001-05-31 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* editdraw.c (edit_status): Use strcpy (s, ) instead of
|
||||
|
@ -768,7 +768,9 @@ extern int option_long_whitespace;
|
||||
void edit_render (WEdit * edit, int page, int row_start, int col_start, int row_end, int col_end)
|
||||
{
|
||||
int f = 0;
|
||||
|
||||
#ifdef GTK
|
||||
GtkEdit *win;
|
||||
#endif
|
||||
if (page) /* if it was an expose event, 'page' would be set */
|
||||
edit->force |= REDRAW_PAGE | REDRAW_IN_BOUNDS;
|
||||
f = edit->force & (REDRAW_PAGE | REDRAW_COMPLETELY);
|
||||
@ -781,7 +783,9 @@ void edit_render (WEdit * edit, int page, int row_start, int col_start, int row_
|
||||
edit_set_space_width (FONT_PER_CHAR[' '] * 2);
|
||||
else
|
||||
edit_set_space_width (FONT_PER_CHAR[' ']);
|
||||
|
||||
#ifdef GTK
|
||||
win = (GtkEdit *) edit->widget;
|
||||
#endif
|
||||
edit_set_foreground_colors (
|
||||
color_palette (option_editor_fg_normal),
|
||||
color_palette (option_editor_fg_bold),
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user