File: text.bmp

package info (click to toggle)
motif 2.3.4-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 81,160 kB
  • ctags: 51,769
  • sloc: ansic: 596,938; cpp: 3,951; yacc: 2,854; makefile: 2,070; csh: 1,199; sh: 1,070; lex: 455
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#define text.bmp_width 16
#define text.bmp_height 16
static unsigned char text.bmp_bits[] = {
   0x88, 0x88, 0xdd, 0xdd, 0xdd, 0xdd, 0xff, 0xff, 0x11, 0x11, 0xbb, 0xbb,
   0xbb, 0xbb, 0xff, 0xff, 0x22, 0x22, 0x77, 0x77, 0x77, 0x77, 0xff, 0xff,
   0x44, 0x44, 0xee, 0xee, 0xee, 0xee, 0xff, 0xff};