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

Diff of /emacs/src/xdisp.c

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

revision 1.835 by monnier, Tue Jun 3 22:36:13 2003 UTC revision 1.836 by kfstorm, Mon Jun 9 23:01:52 2003 UTC
# Line 20186  phys_cursor_in_rect_p (w, r) Line 20186  phys_cursor_in_rect_p (w, r)
20186    cursor_glyph = get_phys_cursor_glyph (w);    cursor_glyph = get_phys_cursor_glyph (w);
20187    if (cursor_glyph)    if (cursor_glyph)
20188      {      {
20189        cr.x = w->phys_cursor.x;        /* r is relative to W's box, but w->phys_cursor.x is relative
20190             to left edge of W's TEXT area.  Adjust it.  */
20191          cr.x = window_box_left_offset (w, TEXT_AREA) + w->phys_cursor.x;
20192        cr.y = w->phys_cursor.y;        cr.y = w->phys_cursor.y;
20193        cr.width = cursor_glyph->pixel_width;        cr.width = cursor_glyph->pixel_width;
20194        cr.height = w->phys_cursor_height;        cr.height = w->phys_cursor_height;

Legend:
Removed from v.1.835  
changed lines
  Added in v.1.836

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