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

Diff of /emacs/src/window.c

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

revision 1.471 by teirllm, Mon Jul 19 21:57:05 2004 UTC revision 1.472 by kfstorm, Wed Jul 21 21:08:45 2004 UTC
# Line 260  make_window () Line 260  make_window ()
260    bzero (&p->last_cursor, sizeof (p->last_cursor));    bzero (&p->last_cursor, sizeof (p->last_cursor));
261    bzero (&p->phys_cursor, sizeof (p->phys_cursor));    bzero (&p->phys_cursor, sizeof (p->phys_cursor));
262    p->desired_matrix = p->current_matrix = 0;    p->desired_matrix = p->current_matrix = 0;
263      p->nrows_scale_factor = p->ncols_scale_factor = 1;
264    p->phys_cursor_type = -1;    p->phys_cursor_type = -1;
265    p->phys_cursor_width = -1;    p->phys_cursor_width = -1;
266    p->must_be_updated_p = 0;    p->must_be_updated_p = 0;

Legend:
Removed from v.1.471  
changed lines
  Added in v.1.472

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