[mcclim-cvs] CVS update: mcclim/panes.lisp
Robert Strandh
rstrandh at common-lisp.net
Fri Aug 19 02:20:36 UTC 2005
Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv19958
Modified Files:
panes.lisp
Log Message:
Patch to panes.lisp from Max-Gerd Retzlaff.
Date: Fri Aug 19 04:20:35 2005
Author: rstrandh
Index: mcclim/panes.lisp
diff -u mcclim/panes.lisp:1.153 mcclim/panes.lisp:1.154
--- mcclim/panes.lisp:1.153 Wed Jun 22 11:49:15 2005
+++ mcclim/panes.lisp Fri Aug 19 04:20:35 2005
@@ -27,7 +27,7 @@
;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;;; Boston, MA 02111-1307 USA.
-;;; $Id: panes.lisp,v 1.153 2005/06/22 09:49:15 tmoore Exp $
+;;; $Id: panes.lisp,v 1.154 2005/08/19 02:20:35 rstrandh Exp $
(in-package :clim-internals)
@@ -2591,6 +2591,7 @@
#+clim-mp
(unless input-buffer
(clim-sys:make-process (lambda () (let ((*application-frame* frame))
+ (redisplay-frame-panes frame :force-p t)
(standalone-event-loop)))))
(slot-value frame 'stream)))
More information about the Mcclim-cvs
mailing list