Skip to content

Commit

Permalink
Ensure that BORDER is defined at compile time.
Browse files Browse the repository at this point in the history
Otherwise ENTRY ends up with an undefined type for its slot.
  • Loading branch information
rswarbrick committed Apr 29, 2012
1 parent 476522a commit 4542fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk/gtktypes.lisp
Expand Up @@ -84,6 +84,9 @@
: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
Expand Down

0 comments on commit 4542fb1

Please sign in to comment.