To: vim-dev@vim.org Subject: Patch 5.8.009 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.8.009 Problem: Mac: Didn't compile with CodeWarrior Pro 2. Solution: Adjust arguments to gui_mac_drag_thumb(). (Axel Kielhorn) Files: src/gui_mac.c *** ../vim-5.8.008/src/gui_mac.c Mon Jun 4 22:16:15 2001 --- src/gui_mac.c Wed Jul 25 10:08:44 2001 *************** *** 426,433 **** pascal void ! gui_mac_drag_thumb (theControl) ! ControlHandle theControl; { /* TODO: have live support */ GuiScrollbar *sb; --- 426,434 ---- pascal void ! gui_mac_drag_thumb (ControlHandle theControl, short partCode) ! /* ControlHandle theControl; ! short partCode; */ { /* TODO: have live support */ GuiScrollbar *sb; *************** *** 1512,1518 **** dragged_sb = theControl; TrackControl(theControl, thePoint, NULL); /* gui_mch_scroll_drag();*/ ! gui_mac_drag_thumb (theControl); dragged_sb = NULL; } /* gui_mac_do_control(theControl, thePoint);*/ --- 1513,1519 ---- dragged_sb = theControl; TrackControl(theControl, thePoint, NULL); /* gui_mch_scroll_drag();*/ ! gui_mac_drag_thumb (theControl, 0); dragged_sb = NULL; } /* gui_mac_do_control(theControl, thePoint);*/ *** ../vim-5.8.008/src/version.c Sun Jul 29 14:27:03 2001 --- src/version.c Sun Jul 29 14:26:39 2001 *************** *** 439,440 **** --- 439,442 ---- { /* Add new patch number below this line */ + /**/ + 9, /**/ -- hundred-and-one symptoms of being an internet addict: 38. You wake up at 3 a.m. to go to the bathroom and stop and check your e-mail on the way back to bed. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ ((( Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim ))) \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///