Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
2354:dcc756fba34f | 2355:cec8c9490d8a |
---|---|
35 #include "keyboard.h" | 35 #include "keyboard.h" |
36 | 36 |
37 #ifdef HAVE_X_WINDOWS | 37 #ifdef HAVE_X_WINDOWS |
38 extern void abort (); | 38 extern void abort (); |
39 | 39 |
40 #ifndef VMS | |
40 #include <X11/bitmaps/gray> | 41 #include <X11/bitmaps/gray> |
42 #else | |
43 #include "[.bitmaps]gray.xbm" | |
44 #endif | |
41 | 45 |
42 #define min(a,b) ((a) < (b) ? (a) : (b)) | 46 #define min(a,b) ((a) < (b) ? (a) : (b)) |
43 #define max(a,b) ((a) > (b) ? (a) : (b)) | 47 #define max(a,b) ((a) > (b) ? (a) : (b)) |
44 | 48 |
45 #ifdef HAVE_X11 | 49 #ifdef HAVE_X11 |