git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@760 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-20 08:56:41 +00:00
parent f1e6348221
commit e55d0ce70e
4 changed files with 34 additions and 6 deletions

View File

@@ -145,6 +145,7 @@ struct _MwTreeViewEntry {
MwTreeViewEntry* tree;
int opened;
int selected;
unsigned long click_time;
};
struct _MwTreeView {