patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI v8.0.1312
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Nov 2017 21:13:31 +0000 (22:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Nov 2017 21:13:31 +0000 (22:13 +0100)
commitc3719bd87beca9f72d2e9f11e36d561c2c3b57b0
tree2ca909ca8d4a040e48cc484b2ae7512014d3eaf0
parentc7d16dce2f180c8ebfc8105ad090b0ea2deedcdc
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI

Problem:    balloon_show() only works in terminal when compiled with the GUI.
Solution:   Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI
            specific file.
35 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/beval.c [new file with mode: 0644]
src/beval.h [moved from src/gui_beval.h with 91% similarity]
src/evalfunc.c
src/ex_cmds2.c
src/feature.h
src/getchar.c
src/globals.h
src/gui.c
src/gui.h
src/gui_athena.c
src/gui_beval.c
src/gui_motif.c
src/gui_w32.c
src/gui_x11.c
src/integration.c
src/menu.c
src/netbeans.c
src/normal.c
src/option.c
src/option.h
src/os_unix.c
src/os_win32.c
src/popupmnu.c
src/proto/beval.pro [new file with mode: 0644]
src/proto/gui_beval.pro
src/syntax.c
src/ui.c
src/version.c
src/vim.h
src/workshop.c