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:
David Chisnall 2009-11-23 23:13:26 +00:00
parent 8143a35330
commit 3c7a52388a

View file

@ -1376,6 +1376,10 @@ typedef struct {
{
return [_resource description];
}
- (id) forwardingTargetForSelector:(SEL)aSelector
{
return _resource;
}
- (void) forwardInvocation: (NSInvocation*)anInvocation
{
[anInvocation invokeWithTarget: _resource];