From 5fffc13406a3f95771727cdb1d87320dd8f26fdf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 13 May 2006 15:22:39 +0000 Subject: updated for version 7.0-017 --- src/gui_xmebw.c | 4 ++-- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c index 670e0c02e8..8ae3d40c42 100644 --- a/src/gui_xmebw.c +++ b/src/gui_xmebw.c @@ -47,13 +47,13 @@ #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) diff --git a/src/version.c b/src/version.c index 195e7c07d9..b3074a6273 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 17, /**/ 16, /**/ -- cgit v1.2.3