comparison src/gui_gtk_x11.c @ 4133:36fd800b8c6c v7.3.819

updated for version 7.3.819 Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python.
author Bram Moolenaar <bram@vim.org>
date Thu, 14 Feb 2013 22:11:39 +0100
parents 9a1a4c486e6b
children fb533fb6c015
comparison
equal deleted inserted replaced
4132:97c9942586a4 4133:36fd800b8c6c
5162 && name[1] == special_keys[i].code1) 5162 && name[1] == special_keys[i].code1)
5163 return OK; 5163 return OK;
5164 return FAIL; 5164 return FAIL;
5165 } 5165 }
5166 5166
5167 #if defined(FEAT_TITLE) \ 5167 #if defined(FEAT_TITLE) || defined(FEAT_EVAL) || defined(PROTO)
5168 || defined(PROTO)
5169 /* 5168 /*
5170 * Return the text window-id and display. Only required for X-based GUI's 5169 * Return the text window-id and display. Only required for X-based GUI's
5171 */ 5170 */
5172 int 5171 int
5173 gui_get_x11_windis(Window *win, Display **dis) 5172 gui_get_x11_windis(Window *win, Display **dis)