diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-20 01:53:09 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-20 01:53:09 +0100 |
| commit | bc155f7abea6ee5155b6460d367a6797205db4fd (patch) | |
| tree | a2c55d96c493cf2b71bfc79539d4f8d0d8953392 /common/src/lib.rs | |
| parent | 10736db63ad6d99e6cdce41920aa10dbeab02129 (diff) | |
| download | jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar.bz2 jellything-bc155f7abea6ee5155b6460d367a6797205db4fd.tar.zst | |
started ui refactor
Diffstat (limited to 'common/src/lib.rs')
| -rw-r--r-- | common/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs index e5531f4..aa9da2c 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -106,6 +106,9 @@ fields! { } +pub type Kind = Tag; +pub type Language = Tag; + enums! { VISI_HIDDEN = 0xe001 "hidden"; VISI_REDUCED = 0xe002 "reduced"; |