16c1f7f345
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
7 lines
266 B
C
7 lines
266 B
C
#define horiz_width 15
|
|
#define horiz_height 15
|
|
static char horiz_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0xff, 0x7f, 0x00, 0x00, 0x00, 0x00};
|