Mercurial > vim
comparison src/proto.h @ 11:4424b47a0797
updated for version 7.0003
author | vimboss |
---|---|
date | Wed, 30 Jun 2004 16:16:41 +0000 |
parents | 3fc0f57ecb91 |
children | 946da5994c01 |
comparison
equal
deleted
inserted
replaced
10:4e2284e71352 | 11:4424b47a0797 |
---|---|
18 | 18 |
19 /* | 19 /* |
20 * Machine-dependent routines. | 20 * Machine-dependent routines. |
21 */ | 21 */ |
22 /* avoid errors in function prototypes */ | 22 /* avoid errors in function prototypes */ |
23 # if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK) | 23 # if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_KDE) |
24 # define Display int | 24 # define Display int |
25 # define Widget int | 25 # define Widget int |
26 # endif | 26 # endif |
27 # ifndef FEAT_GUI_GTK | 27 # ifndef FEAT_GUI_GTK |
28 # define GdkEvent int | 28 # define GdkEvent int |
178 # define BalloonEval int | 178 # define BalloonEval int |
179 # endif | 179 # endif |
180 # ifdef FEAT_GUI_W32 | 180 # ifdef FEAT_GUI_W32 |
181 # include "gui_w32.pro" | 181 # include "gui_w32.pro" |
182 # endif | 182 # endif |
183 # ifdef FEAT_GUI_KDE | |
184 # include "gui_kde.pro" | |
185 # include "gui_kde_x11.pro" | |
186 # endif | |
183 # ifdef FEAT_GUI_GTK | 187 # ifdef FEAT_GUI_GTK |
184 # include "gui_gtk.pro" | 188 # include "gui_gtk.pro" |
185 # include "gui_gtk_x11.pro" | 189 # include "gui_gtk_x11.pro" |
186 # endif | 190 # endif |
187 # ifdef FEAT_GUI_MOTIF | 191 # ifdef FEAT_GUI_MOTIF |