mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-19 03:28:06 +00:00
Revert "Restore mouse pointer when leaving the nomedia animation."
This reverts commit 42e5098c5a.
This commit is contained in:
@ -133,20 +133,6 @@ void anim_Stop(struct DOSBootBase *DOSBootBase)
|
||||
struct AnimData *ad = DOSBootBase->animData;
|
||||
if (ad)
|
||||
{
|
||||
/* Restore mouse pointer visibility if it was hidden */
|
||||
if (ad->ad_State & STATEF_POINTERHIDE)
|
||||
{
|
||||
struct pHidd_Gfx_SetCursorVisible p;
|
||||
#if defined(__OOP_NOMETHODBASES__)
|
||||
p.mID = ad->gfxMethodBase;
|
||||
#endif
|
||||
/* This is nonsense if __OOP_NOMETHODBASES__ is not defined,
|
||||
but it's symmetric with the incorrect code for hiding. */
|
||||
p.mID += moHidd_Gfx_SetCursorVisible;
|
||||
p.visible = TRUE;
|
||||
(VOID)OOP_DoMethod(ad->gfxhidd, &p.mID);
|
||||
}
|
||||
|
||||
#if defined(__OOP_NOATTRBASES__)
|
||||
if (ad->ad_State & STATEF_OOPATTRIBS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user