File: black

package info (click to toggle)
xbitmaps 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 928 kB
  • sloc: sh: 3,791; makefile: 315
file content (6 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (43)
1
2
3
4
5
6
#define black_width 16
#define black_height 16
static char black_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};