mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
4 lines
92 B
C
4 lines
92 B
C
#define gray1_width 2
|
|
#define gray1_height 2
|
|
static char gray1_bits[] = {
|
|
'\x01','\x02'};
|