mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 09:20:59 -08:00
6 lines
316 B
C
6 lines
316 B
C
#define dimple3_width 16
|
|
#define dimple3_height 16
|
|
static char dimple3_bits[] = {
|
|
'\x11','\x11','\x00','\x00','\x00','\x00','\x00','\x00','\x11','\x11','\x00','\x00',
|
|
'\x00','\x00','\x00','\x00','\x11','\x11','\x00','\x00','\x00','\x00','\x00','\x00',
|
|
'\x11','\x11','\x00','\x00','\x00','\x00','\x00','\x00'};
|