Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
%%
2
#define stipple_width 16
3
#define stipple_height 4
4
static char stipple_bits[] = {
5
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};
6
%%