[cello-cvs] CVS cello

ktilton ktilton at common-lisp.net
Tue Aug 22 16:12:35 UTC 2006


Update of /project/cello/cvsroot/cello
In directory clnet:/tmp/cvs-serv13054

Modified Files:
	cello-window.lisp ix-togl.lisp 
Log Message:


--- /project/cello/cvsroot/cello/cello-window.lisp	2006/08/21 04:28:26	1.3
+++ /project/cello/cvsroot/cello/cello-window.lisp	2006/08/22 16:12:34	1.4
@@ -30,7 +30,7 @@
     ;;:gl-name (c-in nil)
     ;;:focus (c-in nil)
     :ll 0 :lt 0
-    :lr (c-in (scr2log 1100))
+    :lr (c-in (scr2log 1400))
     :lb (c-in (scr2log -800))
     ;; :tick-count (c-in (os-tickcount))
     :event-handler 'cello-window-event-handler
--- /project/cello/cvsroot/cello/ix-togl.lisp	2006/08/21 04:28:26	1.4
+++ /project/cello/cvsroot/cello/ix-togl.lisp	2006/08/22 16:12:34	1.5
@@ -59,7 +59,7 @@
     :clear-rgba (list 0 0 0 1)
     
     :ll 0 :lt 0
-    :lr (c-in (scr2log 1100))
+    :lr (c-in (scr2log 1400))
     :lb (c-in (scr2log -800))
     
     ;;:cursor (c? (context-cursor (^mouse-control) (^keyboard-modifiers))) 




More information about the Cello-cvs mailing list