[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xdisp.c
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/xdisp.c |
Date: |
Tue, 04 Feb 2003 09:03:54 -0500 |
Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.804 emacs/src/xdisp.c:1.805
*** emacs/src/xdisp.c:1.804 Thu Jan 30 22:53:43 2003
--- emacs/src/xdisp.c Tue Feb 4 09:03:17 2003
***************
*** 8001,8007 ****
struct it it;
struct glyph_row *row;
int change_height_p = 0;
!
#ifdef USE_GTK
if (FRAME_EXTERNAL_TOOL_BAR(f))
update_frame_tool_bar (f);
--- 8001,8007 ----
struct it it;
struct glyph_row *row;
int change_height_p = 0;
!
#ifdef USE_GTK
if (FRAME_EXTERNAL_TOOL_BAR(f))
update_frame_tool_bar (f);
***************
*** 10908,10914 ****
redisplay_tool_bar_p = WINDOWP (f->tool_bar_window)
&& (FRAME_TOOL_BAR_LINES (f) > 0
|| auto_resize_tool_bars_p);
!
#endif
if (redisplay_tool_bar_p)
--- 10908,10914 ----
redisplay_tool_bar_p = WINDOWP (f->tool_bar_window)
&& (FRAME_TOOL_BAR_LINES (f) > 0
|| auto_resize_tool_bars_p);
!
#endif
if (redisplay_tool_bar_p)
- [Emacs-diffs] Changes to emacs/src/xdisp.c,
Juanma Barranquero <=