git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@756 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-19 07:40:07 +00:00
parent 5b0a5235cc
commit 77e41ee367
3 changed files with 43 additions and 12 deletions

View File

@@ -143,6 +143,7 @@ struct _MwTreeViewEntry {
char* label;
MwLLPixmap pixmap;
MwTreeViewEntry* tree;
int opened;
};
struct _MwTreeView {