Remove regions, add framing (fixes mirrors)

This commit is contained in:
elasota
2019-12-29 04:13:35 -05:00
parent 527e83fdd6
commit b24505164d
22 changed files with 75 additions and 260 deletions

View File

@@ -24,13 +24,6 @@ struct Rect
static Rect Create(int16_t top, int16_t left, int16_t bottom, int16_t right);
};
struct Region
{
uint16_t size;
Rect rect;
};
struct BERect
{
BEInt16_t top;