summaryrefslogtreecommitdiffstats
path: root/winit/src
diff options
context:
space:
mode:
authorLibravatar Bingus <shankern@protonmail.com>2023-03-13 18:19:16 -0700
committerLibravatar Bingus <shankern@protonmail.com>2023-03-14 11:05:41 -0700
commitce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b (patch)
treea690bb94262b7a898a608d11e18960db81e7ef0c /winit/src
parent8ba18430800142965549077373e2a45d0a3429a1 (diff)
downloadiced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.tar.gz
iced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.tar.bz2
iced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.zip
Added simpler MW example
Diffstat (limited to 'winit/src')
-rw-r--r--winit/src/multi_window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/src/multi_window.rs b/winit/src/multi_window.rs
index d5da406c..6e28f1fa 100644
--- a/winit/src/multi_window.rs
+++ b/winit/src/multi_window.rs
@@ -109,7 +109,7 @@ where
///
/// This title can be dynamic! The runtime will automatically update the
/// title of your application when necessary.
- fn title(&self, window_id: window::Id) -> String;
+ fn title(&self, window: window::Id) -> String;
/// Returns the current [`Theme`] of the [`Application`].
fn theme(&self) -> <Self::Renderer as crate::Renderer>::Theme;