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 93e993f44bd07e71fb4d723faaad0cec56c7bb23..1e62690b83c7727b90d3985049f3416834d80e76 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