* frame.h (struct frame): Use int, not EMACS_INT, where int works.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 21:51:29 +0000 (14:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 21:51:29 +0000 (14:51 -0700)
commit2f645268752fbbaf6f094dab704fce2c667f7468
tree0f29e99516306b1800bc1c02b7e977d5eac12f79
parentb8898fdae2fd08ca3406c47a18de3465dd1a4a39
* frame.h (struct frame): Use int, not EMACS_INT, where int works.

This is for the members text_lines, text_cols, total_lines, total_cols,
where the system imposes an 'int' limit.
src/ChangeLog
src/frame.h