summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2023-10-11 23:36:00 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2023-10-11 23:36:00 -0700
commitbfc681d4862906d1e4be5dfe1f7b2eeb44fbeeaa (patch)
tree1aa31d66a98ac0f08fa9310a36b010dfe38bc11b /include/JSystem/J2DGraph
parentf1ee93c1383d28f272d1b9f641119f8a2c395dbb (diff)
some J2DWindow matches
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DWindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DWindow.h b/include/JSystem/J2DGraph/J2DWindow.h
index c51110fc..11c92c8b 100644
--- a/include/JSystem/J2DGraph/J2DWindow.h
+++ b/include/JSystem/J2DGraph/J2DWindow.h
@@ -33,7 +33,10 @@ public:
/* 0x0DC */ JUTTexture * mpContentsTexture;
/* 0x0E0 */ JGeometry::TBox2<f32> mWindowBox;
/* 0x0F0 */ JUTPalette * mpPalette;
- /* 0x0F4 */ JUtility::TColor mColor[4];
+ /* 0x0F4 */ JUtility::TColor mColorTL;
+ /* 0x0F8 */ JUtility::TColor mColorTR;
+ /* 0x0FC */ JUtility::TColor mColorBL;
+ /* 0x100 */ JUtility::TColor mColorBR;
/* 0x104 */ JUtility::TColor mFrameColor[2];
/* 0x10C */ s16 mTextureWidth;
/* 0x10E */ s16 mTextureHeight;