Re: [AD] Default cursor behavior in windowed mode |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> To hide the cursor again as soon as install_mouse is called. But anyway,
> I really don't see the ABI problem..
You're adding a new global symbol to the library, which breaks ABI
compatibility in Windows.
Personally, I don't feel very strongly either way in this case. The most
important thing is that we don't want to introduce new bugs at this stage
by changing things.
Evert