1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

fixed lockup when multi-clicking menu

This commit is contained in:
kojima
2000-03-06 21:52:43 +00:00
parent 553539748d
commit 6c8226a52f
2 changed files with 14 additions and 4 deletions

View File

@@ -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;