Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Common / include / ipc_proto.hpp
index d9c71bd..a2e1bc9 100644 (file)
@@ -33,6 +33,8 @@ enum
        IPCMSG_BLIT,    // (win, sx, sy, dx, dy, w, h) - Blit locally
        IPCMSG_DRAWCTL, // (win, x, y, w, h, ctlid) - Draw
        IPCMSG_DRAWTEXT,        // (win, x, y, fontid, text) - Draw text using an internal font
+       IPCMSG_FILLRECT,        // (win, x, y, w, h, colour)
+       IPCMSG_DRAWRECT,        // (win, x, y, w, h, colour)
        
        // - Client-bound commands
        IPCMSG_INPUTEVENT,      // (u8 event, u16 win, ...)

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