[haiku-commits] Re: haiku: hrev44922 - src/servers/app/drawing src/add-ons/accelerants/vesa headers/os/add-ons/graphics

  • From: Rene Gollent <anevilyak@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 2 Dec 2012 10:50:46 -0500

On 12/1/12, looncraz <looncraz@xxxxxxxxxxx> wrote:
> What is your build configuration?  gcc2, 4, hybrid, x86, x64?

Hybrid, but I've tried both ways and that makes no difference whatsoever.

> Change:
>
> uint8 xHotSpot = cursor->CursorData()[2];
> uint8 yHotSpot = cursor->CursorData()[3];
>
> To:
>
> uint8 yHotSpot = cursor->CursorData[2];
> uint8 xHotSpot = cursor->CursorData[3];
>

Makes no observable difference.

Regards,

Rene

Other related posts: