Пример #1
0
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);
}