X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fcommon.h;h=7ec792ab305e7b28c0f430e069ffb213f459e26b;hb=d55488f17f9fbd25d9126853720e2fd78bd8540f;hp=13379fa1dfc4b45846cc8f9ecffc02e3ef17ad9e;hpb=f9c3c4a68ba22b00df9441631a8513198c8859a5;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/common.h b/Usermode/Applications/axwin2_src/WM/common.h index 13379fa1..7ec792ab 100644 --- a/Usermode/Applications/axwin2_src/WM/common.h +++ b/Usermode/Applications/axwin2_src/WM/common.h @@ -24,5 +24,7 @@ extern int giMouseFD; // === Functions === extern void memset32(void *ptr, uint32_t val, size_t count); +extern void Video_FillRect(short X, short Y, short W, short H, uint32_t Color); +extern void Video_Update(void); #endif