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:
@@ -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);
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user