X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/bf12aeee609e9a452481d3144034fab129398f68..cd72c39915f4d43a286f1a193ee950c8c8049c10:/src/gnu.h diff --git a/src/gnu.h b/src/gnu.h index 2f3bb4c7e5..dbf4731749 100644 --- a/src/gnu.h +++ b/src/gnu.h @@ -1,5 +1,5 @@ #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) -static char * gnu_bits[] = { +static char * gnu_xpm_bits[] = { "32 32 173 2", " c None", ". c #67627D", @@ -206,10 +206,11 @@ static char * gnu_bits[] = { " P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P.P. ", " ", " "}; -#else -#define gnu_width 50 -#define gnu_height 50 -static unsigned char gnu_bits[] = { +#endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */ + +#define gnu_xbm_width 50 +#define gnu_xbm_height 50 +static unsigned char gnu_xbm_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, @@ -240,7 +241,6 @@ static unsigned char gnu_bits[] = { 0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -#endif /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828 (do not change this comment) */