updated for version 7.0028
diff --git a/src/structs.h b/src/structs.h
index 3d71393..5a76036 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1810,13 +1810,11 @@
 #endif
 #ifdef FEAT_GUI_MOTIF
     int		sensitive;	    /* turn button on/off */
+    char	**xpm;		    /* pixmap data */
 #endif
-#if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MOTIF)
+#ifdef FEAT_GUI_ATHENA
     Pixmap	image;		    /* Toolbar image */
 #endif
-#ifdef FEAT_GUI_MOTIF
-    Pixmap	image_ins;	    /* Toolbar image insensitive */
-#endif
 #ifdef FEAT_BEVAL_TIP
     BalloonEval *tip;		    /* tooltip for this menu item */
 #endif