mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
New instance variable windows_menu_count for tolerabe performance
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3488 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
391fbd557b
commit
799075eb24
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ extern NSString *NSEventTrackingRunLoopMode;
|
|||
int window_count;
|
||||
NSMenu *main_menu;
|
||||
NSMenuItem *windows_menu;
|
||||
int windows_menu_count;
|
||||
unsigned int current_mod;
|
||||
BOOL app_is_running;
|
||||
BOOL app_should_quit;
|
||||
|
|
Loading…
Reference in a new issue