[go: up one dir, main page]

File: ns_mask.xbm

package info (click to toggle)
fltk1.3 1.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,212 kB
  • sloc: cpp: 104,591; ansic: 88,673; sh: 6,607; makefile: 1,887; perl: 27; xml: 7
file content (8 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
#define ns_mask_width 16
#define ns_mask_height 16
#define ns_mask_x_hot 8
#define ns_mask_y_hot 8
static unsigned char ns_mask_bits[] = {
   0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xc0, 0x03,
   0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xf0, 0x0f,
   0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01};