diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-16 22:06:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-16 22:06:36 +0000 |
| commit | 9e28aff1c045d7b31b6efb526a80b08048a23d99 (patch) | |
| tree | e22814e8835a3f6ec7468c2e4fd2165dfef32fc1 /schist_gtk4_gui/src/lib.rs | |
| parent | e957ea3f5f8315502b1848df24d33d53793bb1a5 (diff) | |
Moves window to window.rs
Diffstat (limited to 'schist_gtk4_gui/src/lib.rs')
| -rw-r--r-- | schist_gtk4_gui/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_gtk4_gui/src/lib.rs b/schist_gtk4_gui/src/lib.rs index 99c090e..1430f4c 100644 --- a/schist_gtk4_gui/src/lib.rs +++ b/schist_gtk4_gui/src/lib.rs @@ -15,7 +15,7 @@ pub fn run() -> glib::ExitCode { } fn build_window(app: &Application) { - let window = window::Window::new(app); + let window = window::SchistWindow::new(app); window.present() } |
