mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
fixed lockup when multi-clicking menu
This commit is contained in:
@@ -98,6 +98,8 @@ typedef struct WMenu {
|
||||
unsigned int brother:1; /* if this is a copy of the menu*/
|
||||
unsigned int editing:1;
|
||||
unsigned int jump_back_pending:1;
|
||||
|
||||
unsigned int inside_handler:1;
|
||||
} flags;
|
||||
} WMenu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user