diff src/xfns.c @ 2355:cec8c9490d8a

* xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Mar 1993 02:16:10 +0000
parents 1982e2983822
children b6c62e4abf59
line wrap: on
line diff
--- a/src/xfns.c	Thu Mar 25 02:12:14 1993 +0000
+++ b/src/xfns.c	Thu Mar 25 02:16:10 1993 +0000
@@ -37,7 +37,11 @@
 #ifdef HAVE_X_WINDOWS
 extern void abort ();
 
+#ifndef VMS
 #include <X11/bitmaps/gray>
+#else
+#include "[.bitmaps]gray.xbm"
+#endif
 
 #define min(a,b) ((a) < (b) ? (a) : (b))
 #define max(a,b) ((a) > (b) ? (a) : (b))