summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-14 22:11:39 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-14 22:11:39 +0100
commitb2c5a5ac79848b7f889a8b279eed40be3064feca (patch)
treef3d8827ab4a29d98a252c8b533bda6ae752da597 /src/gui_gtk_x11.c
parent707060e2ee59e50096e1a96abf00e18293fb0569 (diff)
updated for version 7.3.819v7.3.819
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
Diffstat (limited to 'src/gui_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index a8cad32e19..d0eebf371f 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -5164,8 +5164,7 @@ gui_mch_haskey(char_u *name)
return FAIL;
}
-#if defined(FEAT_TITLE) \
- || defined(PROTO)
+#if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
/*
* Return the text window-id and display. Only required for X-based GUI's
*/