]> Shamusworld >> Repos - apple2/blobdiff - src/gui/gui.cpp
Changed clock on v65C02 to 64-bit, more GUI refactoring
[apple2] / src / gui / gui.cpp
index 7c6e219782d001fbd2c7c7680964c0abb341b267..5bbd85e24eb9e778f5b8d6cd8d45a2f6b23f49c4 100755 (executable)
@@ -113,6 +113,9 @@ void GUI::Run(void)
 
        SDL_EnableKeyRepeat(150, 75);
 
+       // Also: Need to pick up backbuffer (for those windows that have them)
+       //       BEFORE drawing...
+
        // Initial update... [Now handled correctly in the constructor]
        // Uh, still needed here, though... Only makes sense that it should
        for(i=windowList.begin(); i!=windowList.end(); i++)