Mercurial > emacs
changeset 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 | dcc756fba34f |
children | f7b80bd03e70 |
files | src/xfns.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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))