projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c4826b
)
Export gtk::join-main-thread
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 12 Jun 2009 19:56:17 +0000
(23:56 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Fri, 12 Jun 2009 19:56:17 +0000
(23:56 +0400)
gtk/gtk.main_loop_events.lisp
patch
|
blob
|
history
diff --git
a/gtk/gtk.main_loop_events.lisp
b/gtk/gtk.main_loop_events.lisp
index
d2bdb9c
..
e1756da
100644
(file)
--- a/
gtk/gtk.main_loop_events.lisp
+++ b/
gtk/gtk.main_loop_events.lisp
@@
-40,6
+40,9
@@
(when *main-thread*
(bt:join-thread *main-thread*)))
+#+thread-support
+(export 'join-main-thread)
+
#-thread-support
(defun ensure-gtk-main ()
(gtk-main))