[Qt] Magnifier on OS X

Vicnent Snijders vsnijders at quicknet.nl
Fri Feb 16 20:13:36 CET 2007


Den Jean schreef:
> On Friday 16 February 2007 19:49, Hess, Philip J wrote:
>> Den,
>>
>> I'm not sure if I know what you mean.
> LCL should use the correct Rect for Darwin
> in FPC source dir: 
> ./rtl/macos/macostp.inc:

I am not sure, but this is not used on Darwin, but on macos version 9 
and earlier.

>   Rect = record
>     case INTEGER of
>      0: (
>        top: INTEGER;
>        left: INTEGER;
>        bottom: INTEGER;
>        right: INTEGER;
>      );
>      1: (
>        topLeft: Point;
>        botRight: Point;
>      );
>    end;
> 
> which is different from
> ./rtl/win32/wininc/struct.inc:
>      RECT = record
>           case Integer of
>              0: (Left,Top,Right,Bottom : Longint);
>              1: (TopLeft,BottomRight : TPoint);
>        end;
> 
> 



More information about the Qt mailing list