changeset 38:af3187fdc44d

Type hint.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 09 Jul 2010 01:11:01 +0400
parents d2fb660ca49f
children 930c088e1367
files src/kryshen/indyvon/core.clj
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/kryshen/indyvon/core.clj	Fri Jul 09 01:08:45 2010 +0400
     1.2 +++ b/src/kryshen/indyvon/core.clj	Fri Jul 09 01:11:01 2010 +0400
     1.3 @@ -93,7 +93,7 @@
     1.4             y2 (min y12 y22)]
     1.5         (Bounds. x1 y1 (- x2 x1) (- y2 y1)))))
     1.6  
     1.7 -(defn- create-graphics
     1.8 +(defn- ^Graphics2D create-graphics
     1.9    ([]
    1.10       (create-graphics 0 0 (:width *bounds*) (:height *bounds*)))
    1.11    ([x y w h]