chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
476522a
)
Ensure that BORDER is defined at compile time.
author
Rupert Swarbrick
<rswarbrick@gmail.com>
Sun, 29 Apr 2012 14:35:23 +0000
(15:35 +0100)
committer
Rupert Swarbrick
<rswarbrick@gmail.com>
Sun, 29 Apr 2012 16:26:04 +0000
(17:26 +0100)
Otherwise ENTRY ends up with an undefined type for its slot.
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index 1155977335ed41716f7fdbe2158537d53e8e8528..2bd3f9b78111fcb7d5a42f7455ce9dc083f1b415 100644
(file)
--- a/
gtk/gtktypes.lisp
+++ b/
gtk/gtktypes.lisp
@@
-84,6
+84,9
@@
(defclass border (boxed)
:type int))
(:metaclass boxed-class))
:type int))
(:metaclass boxed-class))
+(eval-when (:compile-toplevel :load-toplevel :execute)
+ (register-type 'border '|gtk_border_get_type|))
+
(defclass stock-item (struct)
((id
:allocation :alien
(defclass stock-item (struct)
((id
:allocation :alien