X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/c46ca281afdc57c6dc120811134354f3b0f9ff2f..cff201e796189db493dbce26acb857922d0f3001:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index cce4e9a..c762663 100644 --- 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. -;; $Id: gtktypes.lisp,v 1.47 2006-04-26 20:31:12 espen Exp $ +;; $Id: gtktypes.lisp,v 1.48 2006-06-23 12:25:38 espen Exp $ (in-package "GTK") @@ -114,17 +114,12 @@ (:ref stock-item-copy) (:unref stock-item-free)) -;; We don't really need to access any slots in this class, so we just -;; specify the total size (defclass tree-iter (boxed) - ( -;; (stamp :allocation :alien :type int) -;; (user-data :allocation :alien :type pointer) -;; (user-data2 :allocation :alien :type pointer) -;; (user-data3 :allocation :alien :type pointer) - ) - (:metaclass boxed-class) - (:size #.(+ (size-of 'int) (* 3 (size-of 'pointer))))) + ((stamp :allocation :alien :type int) + (user-data :allocation :alien :type pointer) + (user-data2 :allocation :alien :type pointer) + (user-data3 :allocation :alien :type pointer)) + (:metaclass boxed-class)) ;; (defclass tree-path (boxed)