chiark / gitweb /
Version number changed to 0.93
[clg] / gtk / gtk.lisp
index 62eb8a37d49c688a3d1ee61d456c9ed0616c4b0e..a9d333e0f4d326d9cdc6b062a88295a301817919 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gtk.lisp,v 1.62 2006/04/26 12:33:52 espen Exp $
+;; $Id: gtk.lisp,v 1.64 2006/06/30 10:57:21 espen Exp $
 
 
 (in-package "GTK")
@@ -45,7 +45,7 @@ (defun gtk-version ()
       (format nil "Gtk+ v~A.~A.~A" major minor micro))))
 
 (defun clg-version ()
-  "clg 0.93pre")
+  "clg 0.93")
 
 
 ;;;; Initalization
@@ -106,20 +106,6 @@ (defun clg-init-with-threading (&optional display)
         (gdk:with-global-lock (main)))
      :name "gtk event loop")))
 
-#+sbcl   
-(defun clg-init-with-threading (&optional display)
-  "Initializes the system and starts the event handling"
-  (unless (gdk:display-get-default)
-    (gdk:gdk-init)
-    (gdk:threads-set-lock-functions)
-    (unless (gtk-init)
-      (error "Initialization of GTK+ failed."))
-    (sb-thread:make-thread 
-     #'(lambda () 
-        (gdk:display-open display)
-        (gdk:with-global-lock (main)))
-     :name "gtk event loop")))
-
 
 ;;; Generic functions