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:
Doug Simons 2010-04-24 17:12:35 +00:00
parent 165dcffe60
commit b136536052
4 changed files with 74 additions and 45 deletions

View file

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