]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-017 v7.0.017
authorBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 15:22:39 +0000 (15:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 May 2006 15:22:39 +0000 (15:22 +0000)
src/gui_xmebw.c
src/version.c

index 670e0c02e864c7c3bd0b87600d899b77a3ae3db9..8ae3d40c4207d987da782f58e5e372ab6236b2c2 100644 (file)
 #include "gui_xmebwp.h"
 
 /* Provide some missing wrappers, which are missed from the LessTif
- * implementation.
+ * implementation.  Also missing in Motif 1.2 and earlier.
  *
  * We neither use XmeGetPixmapData or _XmGetPixmapData, since with LessTif the
  * pixmap will not appear in it's caches properly. We cache the interresting
  * values in XmEnhancedButtonPart instead ourself.
  */
-#ifdef LESSTIF_VERSION
+#if defined(LESSTIF_VERSION) || (XmVersion <= 1002)
 # ifndef Lab_IsMenupane
 #  define Lab_IsMenupane(w) (Lab_MenuType(w) == (int)XmMENU_POPUP || \
                    Lab_MenuType(w) == (int)XmMENU_PULLDOWN)
index 195e7c07d9978df93db30a20a5ee31ae2a8d2b62..b3074a6273cda672de6cdce3188cb07373c33fa3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    17,
 /**/
     16,
 /**/