16c1f7f345
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
7 lines
278 B
C
7 lines
278 B
C
#define cdiag_width 16
|
|
#define cdiag_height 16
|
|
static char cdiag_bits[] = {
|
|
0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18, 0x18, 0x18, 0x24, 0x24,
|
|
0x42, 0x42, 0x81, 0x81, 0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18,
|
|
0x18, 0x18, 0x24, 0x24, 0x42, 0x42, 0x81, 0x81};
|