emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Sat, 22 Mar 2003 19:59:24 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.784 emacs/src/xterm.c:1.785
*** emacs/src/xterm.c:1.784     Fri Mar 21 17:56:50 2003
--- emacs/src/xterm.c   Sat Mar 22 19:59:23 2003
***************
*** 4780,4786 ****
                               top,
                               left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
                               width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,
!                              max (height, 1));
      xg_show_scroll_bar (SCROLL_BAR_X_WINDOW (bar));
  #else /* not USE_GTK */
      Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar);
--- 4780,4788 ----
                               top,
                               left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
                               width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2,
!                              max (height, 1),
!                              left,
!                              width);
      xg_show_scroll_bar (SCROLL_BAR_X_WINDOW (bar));
  #else /* not USE_GTK */
      Widget scroll_bar = SCROLL_BAR_X_WIDGET (FRAME_X_DISPLAY (f), bar);
***************
*** 5030,5036 ****
                                   top,
                                   sb_left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
                                   sb_width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 
2,
!                                  max (height, 1));
  #else /* not USE_GTK */
  
        /* Since toolkit scroll bars are smaller than the space reserved
--- 5032,5040 ----
                                   top,
                                   sb_left + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
                                   sb_width - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 
2,
!                                  max (height, 1),
!                                  left,
!                                  width);
  #else /* not USE_GTK */
  
        /* Since toolkit scroll bars are smaller than the space reserved




reply via email to

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