X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=d64bdaa0d9cdb146b2d6d1b81ac0840b4d7ce389;hb=2d2dff4edad79e7ba21a1e6f96ca2ac10574f40c;hp=7c5cb4b81788e9ccb6add87702be0cb095618832;hpb=89b8d7f826c33afc4f8b14a0c7f284c975551dec;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 7c5cb4b..d64bdaa 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -1,10 +1,23 @@ (defsystem :cl-gtk2-gdk :name :cl-gtk2-gdk + :version "0.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t :components ((:file "gdk.package") (:file "gdk.objects") (:file "gdk.functions") - (:file "gdk.general")) + (:file "gdk.general") + (:file "gdk.display") + (:file "gdk.screen") + (:file "gdk.region") + (:file "gdk.gc") + (:file "gdk.drawing-primitives") + (:file "gdk.bitmaps") + (:file "gdk.rgb") + (:file "gdk.images") + (:file "gdk.pixbufs") + (:file "gdk.colors") + (:file "gdk.visual") + (:file "gdk.cursor")) :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file