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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.