コード例 #1
0
ファイル: vastubs.c プロジェクト: amiga-mui/nlist
VOID SetWindowPointer( struct Window *win, Tag tag1, ... )
{ SetWindowPointerA(win, (struct TagItem *)&tag1); }
コード例 #2
0
ファイル: misc.c プロジェクト: timofonic/dopus5allamigas
void LIBFUNC L_SetBusyPointer(REG(a0, struct Window *wind))
{
	if (((struct Library *)IntuitionBase)->lib_Version>38) SetWindowPointerA(wind,busytags);
	else SetPointer(wind,busydata20,16,16,-6,0);
}