mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
Tidyup responder ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42ec47ca13
commit
aa3c082435
6 changed files with 239 additions and 161 deletions
|
@ -3196,12 +3196,12 @@ resetCursorRectsForView(NSView *theView)
|
|||
|
||||
- (NSInterfaceStyle) interfaceStyle
|
||||
{
|
||||
return interface_style;
|
||||
return [super interfaceStyle];
|
||||
}
|
||||
|
||||
- (void) setInterfaceStyle: (NSInterfaceStyle)aStyle
|
||||
{
|
||||
interface_style = aStyle;
|
||||
[super setInterfaceStyle: aStyle];
|
||||
}
|
||||
|
||||
- (void*) windowHandle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue