File: starMask

package info (click to toggle)
xbitmaps 1.1.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: sh: 3,791; makefile: 314
file content (8 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
7
8
#define starMask_width 16
#define starMask_height 16
#define starMask_x_hot 7
#define starMask_y_hot 7
static char starMask_bits[] = {
   0xc0, 0x01, 0xc0, 0x01, 0xdc, 0x1d, 0xfc, 0x1f, 0xfc, 0x1f, 0xf8, 0x0f,
   0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f,
   0xdc, 0x1d, 0xc0, 0x01, 0xc0, 0x01, 0x00, 0x00};