/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

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

revision 1.784 by kfstorm, Fri Mar 21 22:56:50 2003 UTC revision 1.785 by jhd, Sun Mar 23 00:59:23 2003 UTC
# Line 4780  x_scroll_bar_create (w, top, left, width Line 4780  x_scroll_bar_create (w, top, left, width
4780                               top,                               top,
4781                               left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,                               left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
4782                               width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,                               width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,
4783                               max (height, 1));                               max (height, 1),
4784                                 left,
4785                                 width);
4786      xg_show_scroll_bar (SCROLL_BAR_X_WINDOW (bar));      xg_show_scroll_bar (SCROLL_BAR_X_WINDOW (bar));
4787  #else /* not USE_GTK */  #else /* not USE_GTK */
4788      Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar);      Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar);
# Line 5030  XTset_vertical_scroll_bar (w, portion, w Line 5032  XTset_vertical_scroll_bar (w, portion, w
5032                                   top,                                   top,
5033                                   sb_left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,                                   sb_left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
5034                                   sb_width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,                                   sb_width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,
5035                                   max (height, 1));                                   max (height, 1),
5036                                     left,
5037                                     width);
5038  #else /* not USE_GTK */  #else /* not USE_GTK */
5039    
5040        /* Since toolkit scroll bars are smaller than the space reserved        /* Since toolkit scroll bars are smaller than the space reserved

Legend:
Removed from v.1.784  
changed lines
  Added in v.1.785

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