• Dmitry Antipov's avatar
    * window.h (struct window): Convert left_col, top_line, total_lines · 5f24fa51
    Dmitry Antipov authored
    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.
    5f24fa51
window.h 32.8 KB