Skip to content

Commit c33c39d

Browse files
committed
multiplier disp: Pass reconfigure to all displays
Fixes crash when used with the vulkan display.
1 parent 9b1df90 commit c33c39d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/video_display/multiplier.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ static int display_multiplier_reconfigure(void *state, struct video_desc desc)
278278

279279
s->desc = desc;
280280

281+
for(auto& disp : s->common->displays){
282+
display_reconfigure(disp.get(), desc, VIDEO_NORMAL);
283+
}
284+
281285
return 1;
282286
}
283287

0 commit comments

Comments
 (0)