emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispnew.c [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c [emacs-unicode-2]
Date: Mon, 29 Sep 2003 14:01:38 -0400

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.318.2.1 emacs/src/dispnew.c:1.318.2.2
*** emacs/src/dispnew.c:1.318.2.1       Mon Sep  8 08:48:10 2003
--- emacs/src/dispnew.c Mon Sep 29 14:01:37 2003
***************
*** 2252,2258 ****
  adjust_frame_glyphs_for_frame_redisplay (f)
       struct frame *f;
  {
-   struct dim ch_dim;
    struct dim matrix_dim;
    int pool_changed_p;
    int window_change_flags;
--- 2252,2257 ----
***************
*** 2261,2270 ****
    if (!FRAME_LIVE_P (f))
      return;
  
-   /* Determine the smallest character in any font for F.  On
-      console windows, all characters have dimension (1, 1).  */
-   ch_dim.width = ch_dim.height = 1;
- 
    top_window_y = FRAME_TOP_MARGIN (f);
  
    /* Allocate glyph pool structures if not already done.  */
--- 2260,2265 ----
***************
*** 2353,2370 ****
  adjust_frame_glyphs_for_window_redisplay (f)
       struct frame *f;
  {
-   struct dim ch_dim;
    struct window *w;
  
    xassert (FRAME_WINDOW_P (f) && FRAME_LIVE_P (f));
- 
-   /* Get minimum sizes.  */
- #ifdef HAVE_WINDOW_SYSTEM
-   ch_dim.width = FRAME_SMALLEST_CHAR_WIDTH (f);
-   ch_dim.height = FRAME_SMALLEST_FONT_HEIGHT (f);
- #else
-   ch_dim.width = ch_dim.height = 1;
- #endif
  
    /* Allocate/reallocate window matrices.  */
    allocate_matrices_for_window_redisplay (XWINDOW (FRAME_ROOT_WINDOW (f)));
--- 2348,2356 ----




reply via email to

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