File: cursorp.h

package info (click to toggle)
koules 1.4-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,264 kB
  • ctags: 2,542
  • sloc: ansic: 15,508; makefile: 837; asm: 379; tcl: 362; sh: 168
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (13)
1
2
3
4
5
#define cursorp_width 4
#define cursorp_height 4
static unsigned char cursorp_bits[] =
{
  0x09, 0x00, 0x00, 0x09};