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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c [lexbind]
Date: Mon, 25 Oct 2004 00:41:47 -0400

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.161.2.15 emacs/src/w32term.c:1.161.2.16
*** emacs/src/w32term.c:1.161.2.15      Mon Oct 25 04:19:36 2004
--- emacs/src/w32term.c Mon Oct 25 04:22:27 2004
***************
*** 1209,1215 ****
  }
  
  
- 
  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 *,
--- 1209,1214 ----
***************
*** 2061,2067 ****
  }
  
  
- 
  /* Draw a relief around the image glyph string S.  */
  
  static void
--- 2060,2065 ----
***************
*** 2518,2524 ****
          }
            else
              {
!               w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,
                               s->y + dy, s->width, h);
              }
          }
--- 2516,2522 ----
          }
            else
              {
!               w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
                               s->y + dy, s->width, h);
              }
          }
***************
*** 2812,2825 ****
        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
--- 2810,2815 ----
***************
*** 4688,4694 ****
            if (f)
              x_new_focus_frame (dpyinfo, f);
  
- 
          dpyinfo->grabbed = 0;
          check_visibility = 1;
          break;
--- 4678,4683 ----
***************
*** 4906,4912 ****
  }
  
  
- 
  
  /***********************************************************************
                             Text Cursor
--- 4895,4900 ----




reply via email to

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