chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added proper protection for multi threaded event handling
[clg]
/
examples
/
testgtk.lisp
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 6a5b1162154b4cb2b52d54de9fbeb3768c621640..352d7238c3d6c28ca45f13d33e7f31f96986ca9e 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,13
+26,13
@@
;; Kimball, Josh MacDonald and others.
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.3
7 2006-09-15 07:44:00
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
8 2007-01-11 10:05:59
espen Exp $
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
(defpackage "TESTGTK"
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
(defpackage "TESTGTK"
- (:use "COMMON-LISP" "
GTK
"))
+ (:use "COMMON-LISP" "
CLG
"))
(in-package "TESTGTK")
(in-package "TESTGTK")