X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/f86d1eb7db9bb09e2e0d76b1121405e3ee9ab37f..c0bc39e53c16a7e408b7bb0ecb13dc605f0b8ea4:/examples/testdnd.lisp diff --git a/examples/testdnd.lisp b/examples/testdnd.lisp index 1d7c816..ff6702c 100644 --- a/examples/testdnd.lisp +++ b/examples/testdnd.lisp @@ -144,4 +144,4 @@ (defun create-test () :child (create-layout 600 600))) (clg-init) -(create-test) +(within-main-loop (create-test))