home *** CD-ROM | disk | FTP | other *** search
- #include "pcwproto.h"
-
- void main(void) {
-
- int ctype=1,arg1=1,arg2=0x7;
- int tl, bl;
-
- /* Take over hardware cursor */
-
- init_mouse(); get_cursor_size(&tl,&bl);
- set_mtype(ctype,arg1,arg2); show_mouse();
- keywait(60);
- init_mouse(); /* Reset Mouse */
- set_cursor_size(tl,bl); /* Set cursor size back */
- }