Subversion Repositories Games.Prince of Persia

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 9
Line 2150... Line 2150...
2150
//      }
2150
//      }
2151
        graphics_mode = gmMcgaVga;
2151
        graphics_mode = gmMcgaVga;
2152
#ifdef USE_TEXT
2152
#ifdef USE_TEXT
2153
        load_font();
2153
        load_font();
2154
#endif
2154
#endif
-
 
2155
 
-
 
2156
    SDL_PumpEvents(); // Pierre-Marie Baty -- SDL black window fix on macOS 10.14+
-
 
2157
    SDL_SetWindowSize(window_, pop_window_width, pop_window_height);
2155
}
2158
}
2156
 
2159
 
2157
void request_screen_update() {
2160
void request_screen_update() {
2158
 
2161
 
2159
#ifdef USE_REPLAY
2162
#ifdef USE_REPLAY