mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 04:30:55 -08:00
6 lines
257 B
C
6 lines
257 B
C
#define wry_width 13
|
|
#define wry_height 14
|
|
static unsigned char wry_bits[] = {
|
|
0xf8, 0x03, 0x0c, 0x06, 0x02, 0x08, 0x19, 0x13, 0x59, 0x12, 0x41, 0x10,
|
|
0x41, 0x10, 0xe1, 0x10, 0x0d, 0x10, 0x79, 0x10, 0xe2, 0x0b, 0x06, 0x0f,
|
|
0x18, 0x03, 0xe0, 0x00};
|