mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 03:11:09 -08:00
6 lines
328 B
C
6 lines
328 B
C
#define left_ptrmsk_width 16
|
|
#define left_ptrmsk_height 16
|
|
static char left_ptrmsk_bits[] = {
|
|
'\x0c','\x00','\x1c','\x00','\x3c','\x00','\x7c','\x00','\xfc','\x00','\xfc','\x01',
|
|
'\xfc','\x03','\xfc','\x07','\xfc','\x0f','\xfc','\x0f','\xfc','\x01','\xdc','\x03',
|
|
'\xcc','\x03','\x80','\x07','\x80','\x07','\x00','\x03'};
|