mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 12:54:29 +08:00
7 lines
239 B
C
7 lines
239 B
C
#define src1_width 8
|
|
#define src1_height 8
|
|
static char src1_bits[] = {
|
|
0x00,0x00,0x3c,0x3c,0x3c,0x3c,0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x00,0x00,
|
|
0x59,0x00,0x00,0x00,0x18,0xe6,0x6e,0x2b,0x18,0xe6,0x6e,0x2b,0x00,0x00,0x00,
|
|
0x00,0x49 };
|