comparison src/xfns.c @ 3512:2657b04dd324

[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Jun 1993 03:32:24 +0000
parents d25bc92a64b4
children 507f64624555
comparison
equal deleted inserted replaced
3511:21fae09a3ad2 3512:2657b04dd324
37 37
38 #ifdef HAVE_X_WINDOWS 38 #ifdef HAVE_X_WINDOWS
39 extern void abort (); 39 extern void abort ();
40 40
41 #ifndef VMS 41 #ifndef VMS
42 #ifdef EMACS_BITMAP_FILES
43 #include "bitmaps/gray.xbm"
44 #else
42 #include <X11/bitmaps/gray> 45 #include <X11/bitmaps/gray>
46 #endif
43 #else 47 #else
44 #include "[.bitmaps]gray.xbm" 48 #include "[.bitmaps]gray.xbm"
45 #endif 49 #endif
46 50
47 #define min(a,b) ((a) < (b) ? (a) : (b)) 51 #define min(a,b) ((a) < (b) ? (a) : (b))