added TODO
svn-id: r10022
This commit is contained in:
parent
caf8e8f5fc
commit
0045dfe9c6
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ void NewGui::runLoop() {
|
|||
// different color modes (555 vs 565) might be used depending on the resolution
|
||||
// (e.g. that's the case on my system), so we still end up with wrong colors in those
|
||||
// sitauations. At least now the user can fix it by closing and reopening the GUI.
|
||||
|
||||
// TODO: Let's add a new even type which is sent whenever the backend GFX device
|
||||
// changes (e.g. resized, full screen toggle, etc.).
|
||||
_bgcolor = _system->RGBToColor(0, 0, 0);
|
||||
_color = _system->RGBToColor(96, 96, 96);
|
||||
_shadowcolor = _system->RGBToColor(64, 64, 64);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue