File: pycocuma_mask.xbm

package info (click to toggle)
pycocuma 0.4.5-6-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 788 kB
  • ctags: 1,223
  • sloc: python: 9,497; makefile: 37
file content (7 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
/* Erzeugt mit Gimp */
#define pycocuma_mask_width 16
#define pycocuma_mask_height 16
static unsigned char pycocuma_mask_bits[] = {
   0x80, 0x01, 0xf0, 0x03, 0xf8, 0x07, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x3f,
   0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f,
   0xfc, 0x7f, 0xfc, 0x3f, 0xf8, 0x01, 0xe0, 0x00 };