emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Fri, 04 Apr 2003 01:24:07 -0500

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.144 emacs/src/term.c:1.145
*** emacs/src/term.c:1.144      Tue Feb  4 09:03:13 2003
--- emacs/src/term.c    Fri Mar 21 08:51:06 2003
***************
*** 235,245 ****
  
  void (*judge_scroll_bars_hook) P_ ((FRAME_PTR FRAME));
  
- /* Hook to call in estimate_mode_line_height, if any.  */
- 
- int (* estimate_mode_line_height_hook) P_ ((struct frame *f, enum face_id));
- 
- 
  /* Strings, numbers and flags taken from the termcap entry.  */
  
  char *TS_ins_line;            /* "al" */
--- 235,240 ----
***************
*** 1804,1824 ****
      }
    else
      abort ();
- }
- 
- 
- /* Return an estimation of the pixel height of mode or top lines on
-    frame F.  FACE_ID specifies what line's height to estimate.  */
- 
- int
- estimate_mode_line_height (f, face_id)
-      struct frame *f;
-      enum face_id face_id;
- {
-   if (estimate_mode_line_height_hook)
-     return estimate_mode_line_height_hook (f, face_id);
-   else
-     return 1;
  }
  
  
--- 1799,1804 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]