/[emacs]/emacs/src/term.c
ViewVC logotype

Diff of /emacs/src/term.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.144 by lektu, Tue Feb 4 14:03:13 2003 UTC revision 1.145 by kfstorm, Fri Mar 21 13:51:06 2003 UTC
# Line 235  void (*redeem_scroll_bar_hook) P_ ((stru Line 235  void (*redeem_scroll_bar_hook) P_ ((stru
235    
236  void (*judge_scroll_bars_hook) P_ ((FRAME_PTR FRAME));  void (*judge_scroll_bars_hook) P_ ((FRAME_PTR FRAME));
237    
 /* Hook to call in estimate_mode_line_height, if any.  */  
   
 int (* estimate_mode_line_height_hook) P_ ((struct frame *f, enum face_id));  
   
   
238  /* Strings, numbers and flags taken from the termcap entry.  */  /* Strings, numbers and flags taken from the termcap entry.  */
239    
240  char *TS_ins_line;              /* "al" */  char *TS_ins_line;              /* "al" */
# Line 1807  produce_special_glyphs (it, what) Line 1802  produce_special_glyphs (it, what)
1802  }  }
1803    
1804    
 /* 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;  
 }  
   
   
1805    
1806  /***********************************************************************  /***********************************************************************
1807                                  Faces                                  Faces

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26