diff lwlib/xlwmenu.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
line wrap: on
line diff
--- a/lwlib/xlwmenu.h	Mon Aug 13 11:19:22 2007 +0200
+++ b/lwlib/xlwmenu.h	Mon Aug 13 11:20:41 2007 +0200
@@ -1,5 +1,5 @@
-#ifndef INCLUDED_xlwmenu_h_
-#define INCLUDED_xlwmenu_h_
+#ifndef _XlwMenu_h
+#define _XlwMenu_h
 
 /***********************************************************************
  *
@@ -56,7 +56,6 @@
 # define XmCTopShadowPixmap	"TopShadowPixmap"
 # define XmNbottomShadowPixmap	"bottomShadowPixmap"
 # define XmCBottomShadowPixmap	"BottomShadowPixmap"
-# define XmUNSPECIFIED_PIXMAP   2
 # define XmRHorizontalDimension	"HorizontalDimension"
 # define XmNspacing		"spacing"
 # define XmCSpacing		"Spacing"
@@ -91,4 +90,4 @@
 widget_value *xlw_get_entries (int allp);
 int xlw_menu_level (void);
 
-#endif /* INCLUDED_xlwmenu_h_ */
+#endif /* _XlwMenu_h */