예제 #1
0
파일: vastubs.c 프로젝트: amiga-mui/nlist
VOID SetWindowPointer( struct Window *win, Tag tag1, ... )
{ SetWindowPointerA(win, (struct TagItem *)&tag1); }
예제 #2
0
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);
}