summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2004-06-30 16:16:41 +0000
committervimboss <devnull@localhost>2004-06-30 16:16:41 +0000
commit81f1313fa087e610e3431e00bb9d47eeb8f5d1dc (patch)
treed0fcdff9e19b05b182de1bb1be46b2e6f5b8b0b7 /src/proto.h
parent67039c07e79ff4073f325d03c029423da3afe18b (diff)
downloadvim-81f1313fa087e610e3431e00bb9d47eeb8f5d1dc.tar.gz
updated for version 7.0003
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index d89c8473..2471bb67 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -20,7 +20,7 @@
* Machine-dependent routines.
*/
/* avoid errors in function prototypes */
-# if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK)
+# if !defined(FEAT_X11) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_KDE)
# define Display int
# define Widget int
# endif
@@ -180,6 +180,10 @@ extern char_u *vimpty_getenv __ARGS((const char_u *string)); /* from pty.c */
# ifdef FEAT_GUI_W32
# include "gui_w32.pro"
# endif
+# ifdef FEAT_GUI_KDE
+# include "gui_kde.pro"
+# include "gui_kde_x11.pro"
+# endif
# ifdef FEAT_GUI_GTK
# include "gui_gtk.pro"
# include "gui_gtk_x11.pro"