home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 898 b | 54 lines |
- .name
- BorderSprites
- .type
- OS Patch
- .short
- Make mouse visible outside screens
- .description
- This program changes one bit in the graphics.library so the mouse pointer
- will not become invisible when it is moved between screens or at the right
- of the screen.
- .version
- 1.0
- .date
- 1995.07.16
- .author
- Steffen Thorsen
- .distribution
- Public Domain
- .requirements
- OS3.0, ECS/AGA chips
- .exectype
- 68000
- .source
- Assembler source (1K)
- .tested
- with OS3.0, with Multisync/normal monitors
- .address
- Fjordg 8A
- N-4300 Sandnes
- Norway
- .installsize
- 14K
- .docs
- BorderSprites.doc
- .described-by
- Steffen Thorsen
- .submittal
- Submitted on disk directly by the author
- .aminet-dir
- gfx/misc
- .execute
- set choice `RequestChoice "BorderSprites" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool BorderSprites.doc TEXT
- endif
-
- if $choice EQ "2"
- BorderSprites
- endif
-