Usermode/AxWin3 - Updated for PTY support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / resources / cursor.h
index 0fda4fc..8fc6776 100644 (file)
@@ -6,10 +6,10 @@
 #include <stdint.h>
 
 static struct {
-       uint16_t        W, H, OfsX, OfsY;
+       uint16_t        W, H;
        uint32_t        Data[];
 } cCursorBitmap = {
-       8, 16, 0, 0,
+       8, 16,
        {
                0xFF000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,
                0xFF000000, 0xFF000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000,

UCC git Repository :: git.ucc.asn.au