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

Diff of /emacs/src/w32term.c

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

revision 1.161.2.15 by miles, Mon Oct 25 04:19:36 2004 UTC revision 1.161.2.16 by miles, Mon Oct 25 04:22:27 2004 UTC
# Line 1209  w32_text_out (s, x, y,chars,nchars) Line 1209  w32_text_out (s, x, y,chars,nchars)
1209  }  }
1210    
1211    
   
1212  static void x_set_glyph_string_clipping P_ ((struct glyph_string *));  static void x_set_glyph_string_clipping P_ ((struct glyph_string *));
1213  static void x_set_glyph_string_gc P_ ((struct glyph_string *));  static void x_set_glyph_string_gc P_ ((struct glyph_string *));
1214  static void x_draw_glyph_string_background P_ ((struct glyph_string *,  static void x_draw_glyph_string_background P_ ((struct glyph_string *,
# Line 2061  x_draw_image_foreground (s) Line 2060  x_draw_image_foreground (s)
2060  }  }
2061    
2062    
   
2063  /* Draw a relief around the image glyph string S.  */  /* Draw a relief around the image glyph string S.  */
2064    
2065  static void  static void
# Line 2518  x_draw_glyph_string (s) Line 2516  x_draw_glyph_string (s)
2516          }          }
2517            else            else
2518              {              {
2519                w32_fill_area (s->f, s->hdc, s->face->underline_color, s->x,                w32_fill_area (s->f, s->hdc, s->face->overline_color, s->x,
2520                               s->y + dy, s->width, h);                               s->y + dy, s->width, h);
2521              }              }
2522          }          }
# Line 2812  x_new_focus_frame (dpyinfo, frame) Line 2810  x_new_focus_frame (dpyinfo, frame)
2810        if (old_focus && old_focus->auto_lower)        if (old_focus && old_focus->auto_lower)
2811          x_lower_frame (old_focus);          x_lower_frame (old_focus);
2812    
   
   
   
   
   
   
   
   
2813        if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)        if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)
2814          pending_autoraise_frame = dpyinfo->w32_focus_frame;          pending_autoraise_frame = dpyinfo->w32_focus_frame;
2815        else        else
# Line 4688  w32_read_socket (sd, expected, hold_quit Line 4678  w32_read_socket (sd, expected, hold_quit
4678            if (f)            if (f)
4679              x_new_focus_frame (dpyinfo, f);              x_new_focus_frame (dpyinfo, f);
4680    
   
4681            dpyinfo->grabbed = 0;            dpyinfo->grabbed = 0;
4682            check_visibility = 1;            check_visibility = 1;
4683            break;            break;
# Line 4906  w32_read_socket (sd, expected, hold_quit Line 4895  w32_read_socket (sd, expected, hold_quit
4895  }  }
4896    
4897    
   
4898    
4899  /***********************************************************************  /***********************************************************************
4900                               Text Cursor                               Text Cursor

Legend:
Removed from v.1.161.2.15  
changed lines
  Added in v.1.161.2.16

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