mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
8 lines
267 B
C
8 lines
267 B
C
|
|
#define noname_width 18
|
|
#define noname_height 12
|
|
static char noname_bits[] = {
|
|
0xc0,0x0c,0x00,0xe0,0x1f,0x00,0x92,0x39,0x00,0x0e,0x71,0x02,
|
|
0x46,0xe0,0x03,0x20,0xc0,0x01,0x00,0x08,0x00,0x10,0x0d,0x00,0xc4,0x08,0x00,
|
|
0x78,0x08,0x00,0x18,0x89,0x00,0x00,0x08,0x00};
|