X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gdk%2Fcl-gtk2-gdk.asd;h=204344b7f2c103c79229570a5b4169c019acfde5;hb=e469002e1f9cea158367cc18344817ec6d1c776f;hp=a091b2ea156b366d802b778e63595de4c47da7f8;hpb=4c47232d2e719aa51d655b744c99cfcd430a77c2;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index a091b2e..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") @@ -12,5 +13,19 @@ (:file "gdk.screen") (:file "gdk.region") (:file "gdk.gc") - (:file "gdk.drawing-primitives")) + (: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") + (: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