emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:42:08 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.193.4.9 emacs/src/w32term.c:1.193.4.10
*** emacs/src/w32term.c:1.193.4.9       Thu Oct 14 08:49:55 2004
--- emacs/src/w32term.c Fri Oct 22 10:13:35 2004
***************
*** 1360,1366 ****
  }
  
  
- 
  static void x_set_glyph_string_clipping P_ ((struct glyph_string *));
  static void x_set_glyph_string_gc P_ ((struct glyph_string *));
  static void x_draw_glyph_string_background P_ ((struct glyph_string *,
--- 1360,1365 ----
***************
*** 2212,2218 ****
  }
  
  
- 
  /* Draw a relief around the image glyph string S.  */
  
  static void
--- 2211,2216 ----
***************
*** 2669,2675 ****
          }
            else
              {
!               w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
                               s->y + dy, s->width, h);
              }
          }
--- 2667,2673 ----
          }
            else
              {
!               w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
                               s->y + dy, s->width, h);
              }
          }
***************
*** 2963,2976 ****
        if (old_focus && old_focus->auto_lower)
        x_lower_frame (old_focus);
  
- 
- 
- 
- 
- 
- 
- 
- 
        if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)
        pending_autoraise_frame = dpyinfo->w32_focus_frame;
        else
--- 2961,2966 ----
***************
*** 4839,4845 ****
            if (f)
              x_new_focus_frame (dpyinfo, f);
  
- 
          dpyinfo->grabbed = 0;
          check_visibility = 1;
          break;
--- 4829,4834 ----
***************
*** 5057,5063 ****
  }
  
  
- 
  
  /***********************************************************************
                             Text Cursor
--- 5046,5051 ----




reply via email to

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