view light9/cursor1.xbm @ 1887:708cdf7c4dad

types and import fixes. jquery dep for reconnecting websocket display Ignore-this: f74f3abcc899abfe0da9c0e1497fd73e
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:56:07 +0000
parents 2d058d0bc1ea
children
line wrap: on
line source

#define cursor1_width 20
#define cursor1_height 20
#define cursor1_x_hot 5
#define cursor1_y_hot 5
static char cursor1_bits[] = {
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x07, 0x00, 
  0x00, 0x1d, 0x00, 0x00, 0x27, 0x00, 0x00, 0x23, 0x00, 0x80, 0x21, 0x00, 
  0x80, 0x21, 0x00, 0x80, 0x23, 0x00, 0x80, 0x3e, 0x00, 0x80, 0x1f, 0x00, 
  0x80, 0x71, 0x00, 0x80, 0x47, 0x00, 0x80, 0x7c, 0x00, 0xc0, 0x00, 0x00, 
  0x40, 0x00, 0x00, 0x20, 0x00, 0x00, 0x20, 0x00, 0x00, 0x10, 0x00, 0x00, 
  };