/[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.193.4.9 by miles, Thu Oct 14 08:49:55 2004 UTC revision 1.193.4.10 by miles, Fri Oct 22 10:13:35 2004 UTC
# Line 1360  w32_text_out (s, x, y,chars,nchars) Line 1360  w32_text_out (s, x, y,chars,nchars)
1360  }  }
1361    
1362    
   
1363  static void x_set_glyph_string_clipping P_ ((struct glyph_string *));  static void x_set_glyph_string_clipping P_ ((struct glyph_string *));
1364  static void x_set_glyph_string_gc P_ ((struct glyph_string *));  static void x_set_glyph_string_gc P_ ((struct glyph_string *));
1365  static void x_draw_glyph_string_background P_ ((struct glyph_string *,  static void x_draw_glyph_string_background P_ ((struct glyph_string *,
# Line 2212  x_draw_image_foreground (s) Line 2211  x_draw_image_foreground (s)
2211  }  }
2212    
2213    
   
2214  /* Draw a relief around the image glyph string S.  */  /* Draw a relief around the image glyph string S.  */
2215    
2216  static void  static void
# Line 2669  x_draw_glyph_string (s) Line 2667  x_draw_glyph_string (s)
2667          }          }
2668            else            else
2669              {              {
2670                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,
2671                               s->y + dy, s->width, h);                               s->y + dy, s->width, h);
2672              }              }
2673          }          }
# Line 2963  x_new_focus_frame (dpyinfo, frame) Line 2961  x_new_focus_frame (dpyinfo, frame)
2961        if (old_focus && old_focus->auto_lower)        if (old_focus && old_focus->auto_lower)
2962          x_lower_frame (old_focus);          x_lower_frame (old_focus);
2963    
   
   
   
   
   
   
   
   
2964        if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)        if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise)
2965          pending_autoraise_frame = dpyinfo->w32_focus_frame;          pending_autoraise_frame = dpyinfo->w32_focus_frame;
2966        else        else
# Line 4839  w32_read_socket (sd, expected, hold_quit Line 4829  w32_read_socket (sd, expected, hold_quit
4829            if (f)            if (f)
4830              x_new_focus_frame (dpyinfo, f);              x_new_focus_frame (dpyinfo, f);
4831    
   
4832            dpyinfo->grabbed = 0;            dpyinfo->grabbed = 0;
4833            check_visibility = 1;            check_visibility = 1;
4834            break;            break;
# Line 5057  w32_read_socket (sd, expected, hold_quit Line 5046  w32_read_socket (sd, expected, hold_quit
5046  }  }
5047    
5048    
   
5049    
5050  /***********************************************************************  /***********************************************************************
5051                               Text Cursor                               Text Cursor

Legend:
Removed from v.1.193.4.9  
changed lines
  Added in v.1.193.4.10

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