[mcclim-cvs] CVS mcclim

dlichteblau dlichteblau at common-lisp.net
Sun May 7 19:47:19 UTC 2006


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv26624

Modified Files:
	mcclim.asd 
Log Message:
Medium benchmark toy.

* mcclim.asd (clim-examples): Added drawing-benchmark.lisp.

* Examples/drawing-benchmark.lisp: New file.

* Examples/demodemo.lisp (demodemo): Added Drawing Benchmark button.

* Backends/gtkairo/port.lisp (port-force-output): Call gdk_flush.


--- /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/04/23 12:57:31	1.20
+++ /project/mcclim/cvsroot/mcclim/mcclim.asd	2006/05/07 19:47:19	1.21
@@ -339,7 +339,8 @@
                (:file "method-browser")
 	       (:file "dragndrop-translator")
                (:file "draggable-graph")
-               (:file "text-size-test")))
+               (:file "text-size-test")
+               (:file "drawing-benchmark")))
      (:module "Goatee"
 	      :components
 	      ((:file "goatee-test")))))




More information about the Mcclim-cvs mailing list