mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Made GSTheme implement fast forwarding. Should speed things up a lot with the new ABI.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29052 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8143a35330
commit
3c7a52388a
1 changed files with 4 additions and 0 deletions
|
@ -1376,6 +1376,10 @@ typedef struct {
|
|||
{
|
||||
return [_resource description];
|
||||
}
|
||||
- (id) forwardingTargetForSelector:(SEL)aSelector
|
||||
{
|
||||
return _resource;
|
||||
}
|
||||
- (void) forwardInvocation: (NSInvocation*)anInvocation
|
||||
{
|
||||
[anInvocation invokeWithTarget: _resource];
|
||||
|
|
Loading…
Reference in a new issue