X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FCommon%2Finclude%2Fipc_proto.hpp;h=a2e1bc97cd86b53b477364ec500dd0500e716bf3;hb=ba78deafcc3016555469ed263d7a0370fa99db4b;hp=d9c71bd3b116bef0b00566ace52c513d36ab1696;hpb=6fbf6b93bec9b8b5bd6d7c683eefb0ebed8dff77;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Common/include/ipc_proto.hpp b/Usermode/Applications/axwin4_src/Common/include/ipc_proto.hpp index d9c71bd3..a2e1bc97 100644 --- a/Usermode/Applications/axwin4_src/Common/include/ipc_proto.hpp +++ b/Usermode/Applications/axwin4_src/Common/include/ipc_proto.hpp @@ -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, ...)