bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4543: window-full-height-p


From: Stefan Monnier
Subject: bug#4543: window-full-height-p
Date: Fri, 25 Sep 2009 10:37:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> #define FRAME_TOTAL_COLS_ARG(f, width)                \
>      ((width)                                 \
>       + FRAME_SCROLL_BAR_COLS (f)             \
>       + FRAME_FRINGE_COLS (f))
> and

> #define FRAME_SCROLL_BAR_COLS(f)                      \
>      (FRAME_HAS_VERTICAL_SCROLL_BARS (f)              \
>       ? FRAME_CONFIG_SCROLL_BAR_COLS (f)              \
>       : 0)

> etc ...  What are the scrollbars of a frame, I'm asking myself.

I agree it's rather odd to see such window properties counted
for frames.  There's probably some ugly counter-balancing calculations
in the window-size code.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]