1 # Define a 16x16 cursor looking like a watch
6 #static char x_bits[] = {
7 # 0xf0, 0x0f, 0xf8, 0x1f, 0x1c, 0x38, 0x8e, 0x71, 0x87, 0xe1, 0x83, 0xc1,
8 # 0x83, 0xc1, 0xf3, 0xc1, 0xf3, 0xc1, 0x03, 0xc0, 0x03, 0xc0, 0x07, 0xe0,
9 # 0x0e, 0x70, 0x1c, 0x38, 0xf8, 0x1f, 0xf0, 0x0f};
31 watch
.reverse() # Turn it upside-down
35 gl
.defcursor(index
, watch
*8)
36 gl
.curorigin(index
, 8, 8)
41 gl
.winopen('test watchcursor')