mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(FRAME_X_FRINGE_COLS): No fringe on tip frames.
This commit is contained in:
parent
47eda1bda9
commit
a9181c148c
1 changed files with 2 additions and 1 deletions
|
|
@ -481,7 +481,8 @@ extern struct w32_output w32term_display;
|
|||
able to split windows horizontally nicely. */
|
||||
|
||||
#define FRAME_X_FRINGE_COLS(F) \
|
||||
((2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \
|
||||
((F) == XFRAME (tip_frame) ? 0 : \
|
||||
(2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \
|
||||
/ CANON_X_UNIT ((F)))
|
||||
|
||||
/* Total width of fringes in pixels. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue