diff src/structs.h @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 7edf9b6e4c36
children bdeee1504ac1
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -1751,6 +1751,9 @@ struct VimMenu
     Widget	id;		    /* Manage this to enable item */
     Widget	submenu_id;	    /* If this is submenu, add children here */
 #endif
+#ifdef FEAT_GUI_KDE
+    QPopupMenu *widget;
+#endif
 #ifdef FEAT_GUI_GTK
     GtkWidget	*id;		    /* Manage this to enable item */
     GtkWidget	*submenu_id;	    /* If this is submenu, add children here */