Mercurial > cortex
diff org/util.org @ 198:fc0bf33bded2
fleshing out prose in sense.org
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 05 Feb 2012 14:01:47 -0700 |
parents | deac7b708750 |
children | 305439cec54d |
line wrap: on
line diff
1.1 --- a/org/util.org Sun Feb 05 06:55:41 2012 -0700 1.2 +++ b/org/util.org Sun Feb 05 14:01:47 2012 -0700 1.3 @@ -512,7 +512,8 @@ 1.4 (fn [#^BufferedImage i] 1.5 (reset! image i) 1.6 (.setSize frame (+ 8 (.getWidth i)) (+ 28 (.getHeight i))) 1.7 - (.repaint panel 0 0 (.getWidth i) (.getHeight i))))) 1.8 + (.repaint panel 0 0 (.getWidth i) (.getHeight i)) 1.9 + i))) 1.10 1.11 (defprotocol Viewable 1.12 (view [something]))