mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:41:55 +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
7f29857b51
commit
ef47f509c2
1 changed files with 4 additions and 0 deletions
|
@ -1376,6 +1376,10 @@ typedef struct {
|
||||||
{
|
{
|
||||||
return [_resource description];
|
return [_resource description];
|
||||||
}
|
}
|
||||||
|
- (id) forwardingTargetForSelector:(SEL)aSelector
|
||||||
|
{
|
||||||
|
return _resource;
|
||||||
|
}
|
||||||
- (void) forwardInvocation: (NSInvocation*)anInvocation
|
- (void) forwardInvocation: (NSInvocation*)anInvocation
|
||||||
{
|
{
|
||||||
[anInvocation invokeWithTarget: _resource];
|
[anInvocation invokeWithTarget: _resource];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue