[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: window sizes
- To: ferrante@world.std.com (Richard D Ferrante)
- Subject: Re: window sizes
- From: cassels (Robert A. Cassels)
- Date: Thu, 23 Jan 92 10:47:46 EDT
- Cc: info-mcl@cambridge.apple.com
> Date: Wed, 22 Jan 92 21:39:17 -0500
> From: ferrante@world.std.com (Richard D Ferrante)
>
> While I'm at it.. Is there a way to add cursor types to MCL I'm
> specifically looking for a crosshair "+" but a general method would be useful.
If you don't mind figuring out the bitmaps yourself in hex, you could copy the
example in Interface Tools:ift-init.lisp.
Note that a cursor is a Mac toolbox thing, and so isn't saved as part of a Lisp
image. That's what the
(pushnew 'init-cursors *restore-lisp-functions*)
nonsense is about. It reinitializes the cursor when a saved Lisp is restarted.
Let me know if you need more help with this. (Sorry I don't offhand know the
answer to your question about window size.)