forked from aniani/vim
updated for version 7.0-017
This commit is contained in:
@@ -47,13 +47,13 @@
|
|||||||
#include "gui_xmebwp.h"
|
#include "gui_xmebwp.h"
|
||||||
|
|
||||||
/* Provide some missing wrappers, which are missed from the LessTif
|
/* 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
|
* We neither use XmeGetPixmapData or _XmGetPixmapData, since with LessTif the
|
||||||
* pixmap will not appear in it's caches properly. We cache the interresting
|
* pixmap will not appear in it's caches properly. We cache the interresting
|
||||||
* values in XmEnhancedButtonPart instead ourself.
|
* values in XmEnhancedButtonPart instead ourself.
|
||||||
*/
|
*/
|
||||||
#ifdef LESSTIF_VERSION
|
#if defined(LESSTIF_VERSION) || (XmVersion <= 1002)
|
||||||
# ifndef Lab_IsMenupane
|
# ifndef Lab_IsMenupane
|
||||||
# define Lab_IsMenupane(w) (Lab_MenuType(w) == (int)XmMENU_POPUP || \
|
# define Lab_IsMenupane(w) (Lab_MenuType(w) == (int)XmMENU_POPUP || \
|
||||||
Lab_MenuType(w) == (int)XmMENU_PULLDOWN)
|
Lab_MenuType(w) == (int)XmMENU_PULLDOWN)
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
17,
|
||||||
/**/
|
/**/
|
||||||
16,
|
16,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user