/[emacs]/emacs/src/w32term.h
ViewVC logotype

Diff of /emacs/src/w32term.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by kfstorm, Fri Nov 16 13:06:52 2001 UTC revision 1.38 by jasonr, Sun Nov 25 11:01:10 2001 UTC
# Line 481  extern struct w32_output w32term_display Line 481  extern struct w32_output w32term_display
481     able to split windows horizontally nicely.  */     able to split windows horizontally nicely.  */
482    
483  #define FRAME_X_FRINGE_COLS(F)                          \  #define FRAME_X_FRINGE_COLS(F)                          \
484       ((2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1)    \       ((F) == XFRAME (tip_frame) ? 0 :                   \
485          (2 * FRAME_FRINGE_BITMAP_WIDTH ((F)) + CANON_X_UNIT ((F)) - 1)    \
486        / CANON_X_UNIT ((F)))        / CANON_X_UNIT ((F)))
487    
488  /* Total width of fringes in pixels.  */  /* Total width of fringes in pixels.  */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26