projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2442c
)
Removed commented code
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sat, 1 Aug 2009 15:58:07 +0000
(19:58 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sat, 1 Aug 2009 15:58:07 +0000
(19:58 +0400)
gboxed.test.lisp
patch
|
blob
|
history
diff --git
a/gboxed.test.lisp
b/gboxed.test.lisp
index
255b12a
..
e2e56e3
100644
(file)
--- a/
gboxed.test.lisp
+++ b/
gboxed.test.lisp
@@
-1,11
+1,5
@@
(in-package :gobject)
-#+nil(define-g-boxed-class "GdkRectangle" rectangle ()
- (x :int :initform 0)
- (y :int :initform 0)
- (width :int :initform 0)
- (height :int :initform 0))
-
(define-foreign-type g-boxed-foreign-type ()
((info :initarg :info
:accessor g-boxed-foreign-info