Skip to content

Commit 6903c36

Browse files
committed
👷 window: refactor creation into struct module
1 parent dae9bff commit 6903c36

File tree

3 files changed

+340
-306
lines changed

3 files changed

+340
-306
lines changed

‎src/data_types.rs‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
#[derive(Clone, Debug)]
2-
#[repr(C)]
3-
pub struct HelloWindow {
4-
pub builder: gtk::Builder,
5-
pub window: gtk::Window,
6-
pub preferences: serde_json::Value,
7-
}
8-
91
#[derive(Clone, Debug)]
102
#[repr(C)]
113
pub struct SystemdUnits {

0 commit comments

Comments
 (0)