Sebastien,

I have been looking at the cursor blink, and using code from Eric B I have it going. Here is a short synopsis:

1)  to salframe.cxx AquaSalFrame::UpdateSettings add:
        +       aStyleSettings.SetCursorBlinkTime( 500 );

2) to salgdi.cxx add patch to AquaSalGraphics::invert and AquaSalGraphics::drawAlphaRect

The first is a line from Eric's aqua_macosxrc.txt.diff patch.
http://eric.bachard.free.fr/mac/aquavcl/patches/controls/ fev_2007/14_02_07/aqua_macosxrc.txt.diff There is some code in that patch that makes the font size in the menu too small, so you may not want to apply the whole thing, just the line for the cursor blink time.

The second is from Ismael:
http://eric.bachard.free.fr/mac/aquavcl/patches/controls/mars07/ invert_sal_trackframe_ismael/ismael_DrawAlphaRect_2.patch This inserts the code into the existing AquaSalGraphics::invert function and adds AquaSalGraphics::drawAlphaRect. I did not modify that code at all.

When you have your refresh code I look forward to seeing it all together - :)

Let me know if you have any question.

Regards,

Mike

On Mar 6, 2007, at 4:28 AM, Sébastien PLISSON wrote:

Hi,

Soon a patch to test new enhancement  : refresh, cglayer...

http://splisson.blogspot.com/2007/03/refresh-and-need-for-speed.html

see you,
Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to