mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.2.3752: build error when using Photon GUI
Problem: Build error when using Photon GUI. Solution: Adjust #ifdef. (closes #9288)
This commit is contained in:
@@ -150,7 +150,7 @@ get_beval_info(
|
||||
int row = mouse_row;
|
||||
int col = mouse_col;
|
||||
|
||||
# ifdef FEAT_GUI
|
||||
# ifdef FEAT_BEVAL_GUI
|
||||
if (gui.in_use)
|
||||
{
|
||||
row = Y_2_ROW(beval->y);
|
||||
|
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3752,
|
||||
/**/
|
||||
3751,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user