surface propagates new config to renderer

This commit is contained in:
Mitchell Hashimoto
2023-03-16 17:03:57 -07:00
parent f34da17a11
commit 7eda21d544
5 changed files with 24 additions and 1 deletions

View File

@@ -22,4 +22,7 @@ pub const Message = union(enum) {
/// Change the screen size.
screen_size: renderer.ScreenSize,
/// The derived configuration to update the renderer with.
change_config: renderer.Renderer.DerivedConfig,
};