From 72e0414996aa8f6b4af12878a3f94fa11a1375da Mon Sep 17 00:00:00 2001 From: espen Date: Wed, 3 Nov 2004 16:55:13 +0000 Subject: [PATCH] Added initialization of clg --- hello-world.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello-world.lisp b/hello-world.lisp index f700cb2..43245c9 100644 --- a/hello-world.lisp +++ b/hello-world.lisp @@ -1,5 +1,7 @@ (use-package :gtk) +(clg-init) + (make-instance 'window ; :type :toplevel :title "Test" -- 2.11.0