[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CGPoint support in NSValue
From: |
Fred Kiefer |
Subject: |
Re: CGPoint support in NSValue |
Date: |
Sat, 14 Mar 2015 23:21:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
Am 14.03.2015 um 23:15 schrieb Ivan Vučica:
> On Sat, Mar 14, 2015 at 9:22 PM, Fred Kiefer <fredkiefer@gmx.de
> <mailto:fredkiefer@gmx.de>> wrote:
>
> To summon this up, the proposed patch wont work because we don't have
> CGPoint and CGRect defined in base at the moment. If we add these two
> types to base in some way we could either add two separate definitions
> and become incompatible to Cocoa. Or we make these typedef to the
> Foundation types (or rather the other way around!) and wont need the
> patch at all.
>
>
> Could you clarify what incompatibility you are referring to?
The one you showed in your previous mail?
$ ./a.out
{_NSPoint=ff}
{_CGPoint=ff}
- CGPoint support in NSValue, Amr Aboelela, 2015/03/10
- Re: CGPoint support in NSValue, Fred Kiefer, 2015/03/11
- Message not available
- Re: CGPoint support in NSValue, Fred Kiefer, 2015/03/11
- Re: CGPoint support in NSValue, Ivan Vučica, 2015/03/11
- Re: CGPoint support in NSValue, Fred Kiefer, 2015/03/14
- Re: CGPoint support in NSValue, Ivan Vučica, 2015/03/14
- Re: CGPoint support in NSValue,
Fred Kiefer <=
- Re: CGPoint support in NSValue, Ivan Vučica, 2015/03/14
Re: CGPoint support in NSValue, Ivan Vučica, 2015/03/11