Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define gray3_width 4
3
#define gray3_height 4
4
static char gray3_bits[] = {
5
   0x01, 0x00, 0x04, 0x00};
6
%%