Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define 1x1_width 16
3
#define 1x1_height 16
4
static char 1x1_bits[] = {
5
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
6
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
7
   0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55};
8
%%