wok annotate mtpaint/stuff/icons-tango/xbm_circle_mask.xbm @ rev 6330

Make sure package receipt exists before source in check_commit function. I hope this causes no problems.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 18 16:45:22 2010 +0000 (2010-09-18)
parents
children
rev   line source
pankso@42 1 #define xbm_circle_mask_width 20
pankso@42 2 #define xbm_circle_mask_height 20
pankso@42 3 static unsigned char xbm_circle_mask_bits[] = {
pankso@42 4 0x02, 0x00, 0x00, 0x07, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x1F, 0x00, 0x00,
pankso@42 5 0x3F, 0x00, 0x00, 0x7F, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0xFF, 0xF1, 0x03,
pankso@42 6 0xFF, 0xFB, 0x07, 0xFF, 0x3B, 0x07, 0x7F, 0x1C, 0x0E, 0xF7, 0x1C, 0x0E,
pankso@42 7 0xF3, 0x38, 0x07, 0xE0, 0xF9, 0x07, 0xE0, 0xF1, 0x03, 0xC0, 0xC1, 0x00,
pankso@42 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
pankso@42 9 };