File: stipple

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 (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (37)
1
2
3
4
#define stipple_width 16
#define stipple_height 4
static char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};