mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix thumbnail order by using std::vector instead of std::unordered_map
This commit is contained in:
@@ -1140,6 +1140,8 @@ void Render::CleanupFactories() {
|
||||
}
|
||||
|
||||
void Render::CleanupPeer(std::shared_ptr<SubStreamWindowProperties> props) {
|
||||
SDL_FlushEvent(STREAM_FRASH);
|
||||
|
||||
if (props->dst_buffer_) {
|
||||
thumbnail_->SaveToThumbnail(
|
||||
(char*)props->dst_buffer_, props->video_width_, props->video_height_,
|
||||
|
||||
Reference in New Issue
Block a user