X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=204344b7f2c103c79229570a5b4169c019acfde5;hb=495dc322bd9688ebffaf62a736fa3c4a21a63ebb;hp=9060856a0f15704db2acf945693f8bd00121dcfc;hpb=12171a7e6a32ee4a1a60481ea089469b8ef84995;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index 9060856..204344b 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -5,6 +5,7 @@ :license "LLGPL" :serial t :components ((:file "gdk.package") + (:file "gdk.threads") (:file "gdk.objects") (:file "gdk.functions") (:file "gdk.general") @@ -17,5 +18,14 @@ (:file "gdk.rgb") (:file "gdk.images") (:file "gdk.pixbufs") - (:file "gdk.colors")) + (:file "gdk.colors") + (:file "gdk.visual") + (:file "gdk.cursor") + (:file "gdk.windows") + (:file "gdk.events") + (:file "gdk.key-values") + (:file "gdk.selections") + (:file "gdk.drag-and-drop") + (:file "gdk.input-devices") + (:file "gdk.pango")) :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file