define browser entities as structs

This commit is contained in:
yggverse 2024-09-22 02:00:54 +03:00
parent 3fbfe6a7e0
commit c0ebe95eb8
4 changed files with 84 additions and 40 deletions

View file

@ -40,7 +40,7 @@ fn main() -> glib::ExitCode {
};
move |this| {
browser::new(&this, &db, 640, 480).present();
browser::new(&this, &db, 640, 480).widget.present();
}
});