comparison src/gui_beval.c @ 7807:1a5d34492798 v7.4.1200

commit https://github.com/vim/vim/commit/d99df423c559d85c17779b3685426c489554908c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 29 23:20:40 2016 +0100 patch 7.4.1200 Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Jan 2016 23:30:06 +0100
parents a1e71a01dbd6
children 81794242a275
comparison
equal deleted inserted replaced
7806:eb2af74e899a 7807:1a5d34492798
193 */ 193 */
194 BalloonEval * 194 BalloonEval *
195 gui_mch_create_beval_area(target, mesg, mesgCB, clientData) 195 gui_mch_create_beval_area(target, mesg, mesgCB, clientData)
196 void *target; 196 void *target;
197 char_u *mesg; 197 char_u *mesg;
198 void (*mesgCB)__ARGS((BalloonEval *, int)); 198 void (*mesgCB)(BalloonEval *, int);
199 void *clientData; 199 void *clientData;
200 { 200 {
201 #ifndef FEAT_GUI_GTK 201 #ifndef FEAT_GUI_GTK
202 char *display_name; /* get from gui.dpy */ 202 char *display_name; /* get from gui.dpy */
203 int screen_num; 203 int screen_num;