comparison src/gui_w32.c @ 148:72aefd4c1e0d

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:19:04 +0000
parents 014ba200db86
children 19670b05ee32
comparison
equal deleted inserted replaced
147:2f5a3b881ada 148:72aefd4c1e0d
3829 } 3829 }
3830 3830
3831 #if defined(FEAT_BEVAL) || defined(PROTO) 3831 #if defined(FEAT_BEVAL) || defined(PROTO)
3832 3832
3833 /* BALLOON-EVAL IMPLEMENTATION FOR WINDOWS. 3833 /* BALLOON-EVAL IMPLEMENTATION FOR WINDOWS.
3834 * Added by Sergey Khorev 3834 * Added by Sergey Khorev <sergey.khorev@gmail.com>
3835 * 3835 *
3836 * The only reused thing is gui_beval.h and gui_mch_get_beval_info() 3836 * The only reused thing is gui_beval.h and gui_mch_get_beval_info()
3837 * from gui_beval.c (note it uses x and y of the BalloonEval struct 3837 * from gui_beval.c (note it uses x and y of the BalloonEval struct
3838 * to get current mouse position). 3838 * to get current mouse position).
3839 * 3839 *