mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:00:47 +00:00
Only rebuild in-window menus when needed (significant performance improvement)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
165dcffe60
commit
b136536052
4 changed files with 74 additions and 45 deletions
|
@ -347,7 +347,8 @@
|
|||
unsigned int is_tornoff: 1;
|
||||
unsigned int transient: 1;
|
||||
unsigned int horizontal: 1;
|
||||
unsigned int unused: 26;
|
||||
unsigned int mainMenuChanged: 1;
|
||||
unsigned int unused: 25;
|
||||
} _menu;
|
||||
|
||||
@private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue