chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
18b115b
)
Fixed definition of ALLOCATION
author
espen
<espen>
Wed, 17 Oct 2007 18:02:05 +0000
(18:02 +0000)
committer
espen
<espen>
Wed, 17 Oct 2007 18:02:05 +0000
(18:02 +0000)
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index 93e993f44bd07e71fb4d723faaad0cec56c7bb23..1e62690b83c7727b90d3985049f3416834d80e76 100644
(file)
--- a/
gtk/gtktypes.lisp
+++ b/
gtk/gtktypes.lisp
@@
-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.
;; 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")
(in-package "GTK")
@@
-41,13
+41,13
@@
(defclass requisition (boxed)
(defclass allocation (struct)
((x
:allocation :alien
(defclass allocation (struct)
((x
:allocation :alien
- :accessor allocation-
width
+ :accessor allocation-
x
:initarg :x
:type int)
(y
:allocation :alien
:initarg :x
:type int)
(y
:allocation :alien
- :accessor allocation-
width
- :initarg :
width
+ :accessor allocation-
y
+ :initarg :
y
:type int)
(width
:allocation :alien
:type int)
(width
:allocation :alien