chiark / gitweb /
Fixed definition of ALLOCATION
authorespen <espen>
Wed, 17 Oct 2007 18:02:05 +0000 (18:02 +0000)
committerespen <espen>
Wed, 17 Oct 2007 18:02:05 +0000 (18:02 +0000)
gtk/gtktypes.lisp

index 0a9b4ced78ad88c7cdd3325006683f04ceef781c..cb140a1897a45925fa233db726ac7d6dd6a01890 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtktypes.lisp,v 1.59 2007-10-17 16:59:12 espen Exp $
+;; $Id: gtktypes.lisp,v 1.60 2007-10-17 18:02:05 espen Exp $
 
 (in-package "GTK")
 
@@ -41,13 +41,13 @@ (defclass requisition (boxed)
 (defclass allocation (struct)
   ((x
     :allocation :alien
-    :accessor allocation-width
+    :accessor allocation-x
     :initarg :x
     :type int)
    (y
     :allocation :alien
-    :accessor allocation-width
-    :initarg :width
+    :accessor allocation-y
+    :initarg :y
     :type int)
    (width
     :allocation :alien