Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / resources / cursor.h
index 0fda4fc..b445480 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,
+} __attribute__((packed)) cCursorBitmap = {
+       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