From 847da568df2fd515718d69190178856a902197f2 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sat, 27 May 2023 16:06:39 +0100 Subject: [PATCH] steamcompmgr: Remake output images on res change This got lost in the format stuff. Closes: #883 --- src/steamcompmgr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 174438e..8eaf358 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -6950,6 +6950,8 @@ steamcompmgr_main(int argc, char **argv) drm_set_hdr_state(&g_DRM, g_bOutputHDREnabled); } } + + vulkan_remake_output_images(); }