mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Tidied up some inefficient code that was causing window to be checked much
more often that needed. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc849e3129
commit
f2bcb34b09
4 changed files with 49 additions and 9 deletions
|
@ -48,6 +48,16 @@
|
|||
{
|
||||
[super initDefaults];
|
||||
[self setExcludedFromWindowsMenu: YES];
|
||||
[self setAutodisplay: NO];
|
||||
}
|
||||
- (void) display
|
||||
{
|
||||
}
|
||||
- (void) displayIfNeeded
|
||||
{
|
||||
}
|
||||
- (void) setViewsNeedDisplay: (BOOL)f
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue