2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
7 #include "intuition_intern.h"
9 /*****************************************************************************
12 #include <proto/intuition.h>
14 AROS_LH0(VOID
, UnlockPubScreenList
,
19 struct IntuitionBase
*, IntuitionBase
, 88, Intuition
)
22 Release lock made by LockPubScreenList().
41 *****************************************************************************/
45 DEBUG_UNLOCKPUBSCREENLIST(dprintf("UnLockPubScreenList: <%s>\n",
46 FindTask(NULL
)->tc_Node
.ln_Name
));
48 ReleaseSemaphore(&GetPrivIBase(IntuitionBase
)->PubScrListLock
);
50 DEBUG_UNLOCKPUBSCREENLIST(dprintf("UnLockPubScreenList: done\n"));
53 } /* UnlockPubScreenList */