mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 04:44:31 +08:00
7 lines
236 B
C
7 lines
236 B
C
#define dst_width 8
|
|
#define dst_height 8
|
|
static char dst_bits[] = {
|
|
0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0x00,0x00,0x00,0x30,0x00,0x30,0x00,
|
|
0x11,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x10,0x00,0x00,
|
|
0x00,0x11 };
|