home *** CD-ROM | disk | FTP | other *** search
-
- #include <intuition/intuition.h>
-
- enum PointerType { NormalPointer, LRPointer, UDPointer, MovePointer };
-
- /* our function prototypes */
- void ChangePointer(struct Window *win, char pointertype);
- void RestorePointer(struct Window *win);