File: 2x2

package info (click to toggle)
xbitmaps 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 888 kB
  • ctags: 66
  • sloc: sh: 3,769; makefile: 317
file content (6 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
#define 2x2_width 16
#define 2x2_height 16
static char 2x2_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
   0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
   0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};