[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
waiting for window repaint
- To: "Common Lisp" <info-mcl@cambridge.apple.com>
- Subject: waiting for window repaint
- From: "Steve Casner" <Steve_Casner@qmgate.arc.nasa.gov>
- Date: 19 Aug 1994 14:46:01 U
Subject: Time:2:37 PM
OFFICE MEMO waiting for window repaint Date:8/19/1994
Is there a simple way to force MCL to wait until a window has repainted all of
its existing contents (after uncovering it from beneath other windows) before
drawing anything new in that window? Say in a sequence like:
(window-select *buriedWin*)
(frame-rect *buriedWin* 10 20 10 20)
I don't think querying the VsRgn helps.