mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
working
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@760 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
|
||||
#define MwWaitMS 30
|
||||
|
||||
#define MwDoubleClickTimeout 250
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -145,6 +145,7 @@ struct _MwTreeViewEntry {
|
||||
MwTreeViewEntry* tree;
|
||||
int opened;
|
||||
int selected;
|
||||
unsigned long click_time;
|
||||
};
|
||||
|
||||
struct _MwTreeView {
|
||||
|
||||
Reference in New Issue
Block a user