emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/gtkutil.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.h
Date: Fri, 04 Apr 2003 01:23:50 -0500

Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.6 emacs/src/gtkutil.h:1.7
*** emacs/src/gtkutil.h:1.6     Tue Mar 18 12:48:45 2003
--- emacs/src/gtkutil.h Sat Mar 22 19:59:23 2003
***************
*** 30,37 ****
  
  /* Minimum and maximum values used for GTK scroll bars  */
  
! #define XG_SB_MIN 0
  #define XG_SB_MAX 10000000
  
  /* Key for data that is valid for menus in a frame  */
  #define XG_FRAME_DATA "emacs_frame"
--- 30,38 ----
  
  /* Minimum and maximum values used for GTK scroll bars  */
  
! #define XG_SB_MIN 1
  #define XG_SB_MAX 10000000
+ #define XG_SB_RANGE (XG_SB_MAX-XG_SB_MIN)
  
  /* Key for data that is valid for menus in a frame  */
  #define XG_FRAME_DATA "emacs_frame"
***************
*** 165,171 ****
                                           int top,
                                           int left,
                                           int width,
!                                          int height));
  
  extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar,
                                                   int portion,
--- 166,174 ----
                                           int top,
                                           int left,
                                           int width,
!                                          int height,
!                                          int real_left,
!                                          int canon_width));
  
  extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar,
                                                   int portion,




reply via email to

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