comparison src/w32term.h @ 41479:0e62af35f244

(FRAME_X_FRINGE_COLS): No fringe on tip frames.
author Jason Rumney <jasonr@gnu.org>
date Sun, 25 Nov 2001 11:01:10 +0000
parents e75b04a40358
children dbf6af4e5c4d
comparison
equal deleted inserted replaced
41478:026c44f15054 41479:0e62af35f244
479 units of the frame. This must currently be the case because window 479 units of the frame. This must currently be the case because window
480 sizes aren't pixel values. If it weren't the case, we wouldn't be 480 sizes aren't pixel values. If it weren't the case, we wouldn't be
481 able to split windows horizontally nicely. */ 481 able to split windows horizontally nicely. */
482 482
483 #define FRAME_X_FRINGE_COLS(F) \ 483 #define FRAME_X_FRINGE_COLS(F) \
484 ((2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \ 484 ((F) == XFRAME (tip_frame) ? 0 : \
485 (2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1) \
485 / CANON_X_UNIT ((F))) 486 / CANON_X_UNIT ((F)))
486 487
487 /* Total width of fringes in pixels. */ 488 /* Total width of fringes in pixels. */
488 489
489 #define FRAME_X_FRINGE_WIDTH(F) \ 490 #define FRAME_X_FRINGE_WIDTH(F) \