aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-06 03:32:24 +0000
committerRichard M. Stallman1993-06-06 03:32:24 +0000
commitef493a2773fd48917dbf8f9f0ae610f040a42f3b (patch)
tree87a7ea99cc2119ad9a5dfeca5eb148ef7f72ff9e /src
parent5835f8608107136eddace7252219857c920a8c96 (diff)
downloademacs-ef493a2773fd48917dbf8f9f0ae610f040a42f3b.tar.gz
emacs-ef493a2773fd48917dbf8f9f0ae610f040a42f3b.zip
[EMACS_BIT_MAPS]: Include gray.xbm from ./bitmaps.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 3decf1a79f8..bb505e7962d 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -39,7 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
39extern void abort (); 39extern 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