]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Slightly cheesy size-tip implementation. This is suboptimal in two ways:
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 8 Dec 2002 01:17:31 +0000 (01:17 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 8 Dec 2002 01:17:31 +0000 (01:17 +0000)
commit7522f5302dec5206c27b0d05fc4b8fa6f68dc0cd
tree2246997fc4158ccee14d98e7eb8752cb8578a8ea
parent9ee5d851690149b7f3fcc5a9c579ede6e92bab02
Slightly cheesy size-tip implementation.  This is suboptimal in two ways:
 * It paints over the top-left corner of the terminal window.  A little
   floating window would be rather nicer and not much harder to do.
 * It uses the low-memory global, DragHook, which is unavailable in Carbon
   and broken in some versions of Mac OS 8 (8.5?).  I suspect this is
   unavoidable, though.

[originally from svn r2287]
mac/macterm.c