Mercurial > emacs
view lisp/sb-dir.xpm @ 83161:8d62eda26760
Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)
* src/term.c (Ftty_display_color_cells): Return 0 in case of an error, not nil.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-201
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 15 Jun 2004 18:46:31 +0000 |
parents | c2a09ac7b7b1 |
children |
line wrap: on
line source
/* XPM */ static char * sb_dir_xpm[] = { "20 15 5 1", " c None", ". c #B8B8B8", "+ c #000000", "@ c #FFF993", "# c #828282", " ...... ", " .++++++. ", ".+@@@@@@+......... ", ".+@@@@@@@+++++++++. ", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", ".+@@@@@@@@@@@@@@@@+#", " #++++++++++++++++# ", " ################ "};