1
0
forked from aniani/vim

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:
h-east
2021-12-06 11:24:09 +00:00
committed by Bram Moolenaar
parent 6409553b6e
commit 8603be338a
2 changed files with 6 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ get_beval_info(
int row = mouse_row; int row = mouse_row;
int col = mouse_col; int col = mouse_col;
# ifdef FEAT_GUI # ifdef FEAT_BEVAL_GUI
if (gui.in_use) if (gui.in_use)
{ {
row = Y_2_ROW(beval->y); row = Y_2_ROW(beval->y);

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
3752,
/**/ /**/
3751, 3751,
/**/ /**/