comparison src/gui_haiku.cc @ 21785:c346db463a59 v8.2.1442

patch 8.2.1442: outdated references to the Mac Carbon GUI Commit: https://github.com/vim/vim/commit/be7529e8890f6e8a656efee8bc60c125dc8c2002 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 21:05:39 2020 +0200 patch 8.2.1442: outdated references to the Mac Carbon GUI Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/6703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 21:15:03 +0200
parents fcccc29bd386
children b545334ae654
comparison
equal deleted inserted replaced
21784:a6db2792aefe 21785:c346db463a59
652 652
653 static void 653 static void
654 drop_callback(void *cookie) 654 drop_callback(void *cookie)
655 { 655 {
656 // TODO here we could handle going to a specific position in the dropped 656 // TODO here we could handle going to a specific position in the dropped
657 // file (see src/gui_mac.c) 657 // file (see src/gui_mac.c, deleted in 8.2.1422)
658 // Update the screen display 658 // Update the screen display
659 update_screen(NOT_VALID); 659 update_screen(NOT_VALID);
660 } 660 }
661 661
662 // Really handle dropped files and folders. 662 // Really handle dropped files and folders.