* window.h (struct window): Convert left_col, top_line, total_lines
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 11:29:37 +0000 (15:29 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 11:29:37 +0000 (15:29 +0400)
commit5f24fa51a07664e81d4c710fe310d2c2fbea8bb5
tree4d5681a0ae85865f263f6a29ea41dcf3e4ed41e8
parent96061a21804d6f7ac3b1371470a288344f5f62cd
* window.h (struct window): Convert left_col, top_line, total_lines
and total_cols from Lisp_Objects to integers.  Adjust comments.
(wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
Remove.
(WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
(WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
* dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
Adjust users where appropriate.
src/ChangeLog
src/dispnew.c
src/frame.c
src/w32fns.c
src/window.c
src/window.h
src/xdisp.c
src/xfns.c