Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define cross_weave_width 16
3
#define cross_weave_height 16
4
static char cross_weave_bits[] = {
5
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
6
   0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
7
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};
8
%%