wok view mtpaint/stuff/icons-tango/xbm_flood_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
line source
1 #define xbm_flood_mask_width 20
2 #define xbm_flood_mask_height 20
3 static unsigned char xbm_flood_mask_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x80, 0x3f, 0x00,
5 0xc0, 0x7f, 0x00, 0xe0, 0xff, 0x00, 0xf0, 0xff, 0x01, 0xf8, 0xff, 0x03,
6 0xfc, 0xff, 0x07, 0xfe, 0xff, 0x0f, 0xfe, 0xff, 0x0f, 0xff, 0xff, 0x0f,
7 0xdf, 0xff, 0x07, 0x9f, 0xff, 0x07, 0x1f, 0xff, 0x03, 0x1f, 0xfe, 0x01,
8 0x1f, 0xfc, 0x00, 0x0e, 0x38, 0x00, 0x0e, 0x00, 0x00, 0x04, 0x00, 0x00 };