[BACK]Return to gui_at_sb.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vim

Diff for /src/usr.bin/vim/Attic/gui_at_sb.c between version 1.1 and 1.2

version 1.1, 1996/09/07 21:40:28 version 1.2, 1996/09/21 06:23:02
Line 136 
Line 136 
 static void NotifyThumb __ARGS((Widget, XEvent *, String *, Cardinal *));  static void NotifyThumb __ARGS((Widget, XEvent *, String *, Cardinal *));
 static void NotifyScroll __ARGS((Widget, XEvent *, String *, Cardinal *));  static void NotifyScroll __ARGS((Widget, XEvent *, String *, Cardinal *));
 static void EndScroll __ARGS((Widget, XEvent *, String *, Cardinal *));  static void EndScroll __ARGS((Widget, XEvent *, String *, Cardinal *));
 static void _Xaw3dDrawShadows __ARGS((Widget, XEvent *, Region, Boolean));  static void _Xaw3dDrawShadows __ARGS((Widget, XEvent *, Region, int));
 static void AllocTopShadowGC __ARGS((Widget));  static void AllocTopShadowGC __ARGS((Widget));
 static void AllocBotShadowGC __ARGS((Widget));  static void AllocBotShadowGC __ARGS((Widget));
   
Line 1063 
Line 1063 
         Widget  gw;          Widget  gw;
         XEvent  *event;          XEvent  *event;
         Region  region;          Region  region;
         Boolean out;          int             out;
 {  {
         XPoint  pt[6];          XPoint  pt[6];
         ScrollbarWidget sbw = (ScrollbarWidget) gw;          ScrollbarWidget sbw = (ScrollbarWidget) gw;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2