[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] mt_graf_mouse in XAAES



Hi,

If a XaAES maintainer is still alive( or someone with a CVS access),
can you change the following lines in xa_graf.c to match with the NAES
behaviour:


---------------------

case XACRS_VERTSIZER:            /* The 'vertical size window' cursor */
    ret_mf = &M_VERTSIZER_MOUSE;
    break;
case XACRS_HORSIZER:            /* The 'horizontal size window' cursor */
    ret_mf = &M_HORSIZER_MOUSE;
    break;

---------------------

by:

---------------------

case 10:
case XACRS_VERTSIZER:            /* The 'vertical size window' cursor */
    ret_mf = &M_VERTSIZER_MOUSE;
    break;

case 9:
case XACRS_HORSIZER:            /* The 'horizontal size window' cursor */
    ret_mf = &M_HORSIZER_MOUSE;
    break;

---------------------

more informations here:

http://toshyp.atari.org/00800c.htm#graf_mouse


--
Zorro