Initial checkin of the new UI blit code(there are issues and will be fixed one by one).

This commit is contained in:
Justin Marshall
2020-06-14 09:20:39 -07:00
parent 2b84397244
commit 0a1ef9aa84
19 changed files with 92 additions and 37 deletions
+3 -5
View File
@@ -252,8 +252,6 @@ GameType Select_MPlayer_Game (void)
process = true;
pressed = false;
while (process) {
Device_Present();
#ifdef WIN32
/*
** If we have just received input focus again after running in the background then
@@ -274,9 +272,9 @@ GameType Select_MPlayer_Game (void)
//.....................................................................
// Refresh display if needed
//.....................................................................
if (display) {
{
Hide_Mouse();
if (display >= REDRAW_BACKGROUND) {
{
//...............................................................
// Refresh the backdrop
@@ -294,7 +292,7 @@ GameType Select_MPlayer_Game (void)
//..................................................................
// Redraw buttons
//..................................................................
if (display >= REDRAW_BUTTONS) {
{
commands->Flag_List_To_Redraw();
}
Show_Mouse();