Some more changes to the cdrom code.

Changes to the video code - we now have a single, unified display buffer.
Renderers no longer rebuild the video palette.
This commit is contained in:
waltje
2019-03-08 22:40:11 -05:00
parent 145fbaf0f3
commit e766749bd8
45 changed files with 1812 additions and 1973 deletions

View File

@@ -8,13 +8,13 @@
*
* Implement the user Interface module.
*
* Version: @(#)win_ui.c 1.0.33 2018/11/20
* Version: @(#)win_ui.c 1.0.34 2019/03/07
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
*
* Copyright 2017,2018 Fred N. van Kempen.
* Copyright 2017-2019 Fred N. van Kempen.
* Copyright 2016-2018 Miran Grca.
* Copyright 2008-2018 Sarah Walker.
*
@@ -923,7 +923,7 @@ ui_resize(int x, int y)
/* First, see if we should resize the UI window. */
if (vid_resize) return;
video_wait_for_blit();
video_blit_wait();
/* Re-position and re-size the main window. */
GetWindowRect(hwndMain, &r);