[mcclim-cvs] CVS mcclim/Backends/PostScript

ahefner ahefner at common-lisp.net
Sun Feb 3 09:43:04 UTC 2008


Update of /project/mcclim/cvsroot/mcclim/Backends/PostScript
In directory clnet:/tmp/cvs-serv8059

Modified Files:
	class.lisp 
Log Message:
Don't need two native-region slots in different packages, and I'm sick
of SBCL whining about it.


--- /project/mcclim/cvsroot/mcclim/Backends/PostScript/class.lisp	2007/11/27 19:49:33	1.10
+++ /project/mcclim/cvsroot/mcclim/Backends/PostScript/class.lisp	2008/02/03 09:43:04	1.11
@@ -72,9 +72,7 @@
    (title :initarg :title)
    (for :initarg :for)
    (orientation :initarg :orientation)
-   (paper :initarg :paper)
-   (native-region :initarg :native-region
-                  :reader sheet-native-region)
+   (paper :initarg :paper)   
    (transformation :initarg :transformation
                    :reader sheet-native-transformation)
    (current-page :initform 0)




More information about the Mcclim-cvs mailing list