[mcclim-cvs] CVS update: mcclim/Backends/beagle/windowing/port.lisp

Duncan Rose drose at common-lisp.net
Tue May 17 17:51:16 UTC 2005


Update of /project/mcclim/cvsroot/mcclim/Backends/beagle/windowing
In directory common-lisp.net:/tmp/cvs-serv19635/beagle/windowing

Modified Files:
	port.lisp 
Log Message:
Apply Cyrus Harmon's changes to Beagle key handling posted on
08-MAR-2005. Not sure if these were never applied or if they
have been clobbered since.

Date: Tue May 17 19:51:15 2005
Author: drose

Index: mcclim/Backends/beagle/windowing/port.lisp
diff -u mcclim/Backends/beagle/windowing/port.lisp:1.1 mcclim/Backends/beagle/windowing/port.lisp:1.2
--- mcclim/Backends/beagle/windowing/port.lisp:1.1	Tue May 17 00:13:21 2005
+++ mcclim/Backends/beagle/windowing/port.lisp	Tue May 17 19:51:15 2005
@@ -135,6 +135,8 @@
 ;;; the port-server-path? Not sure...) to permit the user to make use of screens other
 ;;; than the main screen.
 (defmethod initialize-beagle ((port beagle-port))
+
+  (ccl::create-autorelease-pool)
   
   ;; CLX port gets some options here and uses those to set stuff up. We should probably do
   ;; this too, in the future ::FIXME::




More information about the Mcclim-cvs mailing list