To: vim_dev@googlegroups.com Subject: Patch 8.0.1559 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1559 Problem: Build failure without GUI. Solution: Adjust #ifdef for get_fpos_of_mouse(). Files: src/ui.c *** ../vim-8.0.1558/src/ui.c 2018-02-10 18:45:21.096821957 +0100 --- src/ui.c 2018-03-03 19:27:11.598039867 +0100 *************** *** 3199,3205 **** #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \ || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ ! || defined(FEAT_GUI_PHOTON) || defined(PROTO) /* * Translate window coordinates to buffer position without any side effects */ --- 3199,3206 ---- #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \ || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ ! || defined(FEAT_GUI_PHOTON) || defined(FEAT_TERM_POPUP_MENU) \ ! || defined(PROTO) /* * Translate window coordinates to buffer position without any side effects */ *** ../vim-8.0.1558/src/version.c 2018-03-03 18:59:11.616531601 +0100 --- src/version.c 2018-03-03 19:28:17.305624863 +0100 *************** *** 780,781 **** --- 780,783 ---- { /* Add new patch number below this line */ + /**/ + 1559, /**/ -- Mushrooms always grow in damp places and so they look like umbrellas. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///