Re: [AD] Using system mouse cursor

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Peter Wang wrote:

Evert Glebbeek wrote:

Just to be clear: the problem only occurs with the coloured cursor in exmouse, not with the black and white cursor or in the test program?

Yes, b&w is fine in all programs.


I found a fix.  In the GET_PIXEL_DATA macro change:
   a=0;
to:
   a=r=g=b=0;

BTW, you don't seem to be setting the GFX_HW_CURSOR capability anywhere.

Peter




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/