wok annotate mtpaint/stuff/icons-tango/xbm_shuffle.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_shuffle_width 20
pankso@42 2 #define xbm_shuffle_height 20
pankso@42 3 #define xbm_shuffle_x_hot 10
pankso@42 4 #define xbm_shuffle_y_hot 10
pankso@42 5 static unsigned char xbm_shuffle_bits[] = {
pankso@42 6 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x06, 0x00, 0x00, 0x0E, 0x00, 0x00,
pankso@42 7 0x1E, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x7E, 0x00, 0x00, 0xFE, 0x78, 0x06,
pankso@42 8 0xFE, 0x09, 0x06, 0x3E, 0x08, 0x00, 0x36, 0x08, 0x00, 0x62, 0x00, 0x00,
pankso@42 9 0x60, 0x00, 0x04, 0xC0, 0x18, 0x04, 0xC0, 0x98, 0x07, 0x00, 0x00, 0x00,
pankso@42 10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
pankso@42 11 };