From: espen Date: Tue, 28 Dec 2004 20:26:34 +0000 (+0000) Subject: Added pixbuf.lisp X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/4dc4b37ca070669ab523d75b488cdea50258c9d9?hp=43e8a182b5a4b41d3b5bb063cecb15d12ae3964b Added pixbuf.lisp --- diff --git a/gdk/export.lisp b/gdk/export.lisp index 5ac6384..1a8837b 100644 --- a/gdk/export.lisp +++ b/gdk/export.lisp @@ -4,3 +4,4 @@ (in-package "GDK") (export-from-file #p"clg:gdk;gdkevents.lisp") (export-from-file #p"clg:gdk;gdktypes.lisp") (export-from-file #p"clg:gdk;gdk.lisp") +(export-from-file #p"clg:gdk;pixbuf.lisp") diff --git a/gdk/gdk.asd b/gdk/gdk.asd index ad915b9..e242b77 100644 --- a/gdk/gdk.asd +++ b/gdk/gdk.asd @@ -22,5 +22,6 @@ "libgdk_pixbuf-2.0" "libgdk-x11-2.0")) (:file "gdkevents" :depends-on ("gdktypes")) + (:file "pixbuf" :depends-on ("gdktypes")) (:file "gdk" :depends-on ("gdkevents")) (:file "export" :depends-on ("gdkevents" "gdktypes" "gdk"))))