From 63fbed86c67daf990991d31d7f6f0c90fa9cb499 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Tue, 12 May 2009 16:58:14 +0400 Subject: [PATCH] Fixed function names in gtk, removed duplicated function defintions in gtk --- gtk/gtk.main-loop-events.lisp | 2 +- gtk/gtk.main_loop_events.lisp | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/gtk/gtk.main-loop-events.lisp b/gtk/gtk.main-loop-events.lisp index c882fee..b14cfce 100644 --- a/gtk/gtk.main-loop-events.lisp +++ b/gtk/gtk.main-loop-events.lisp @@ -45,7 +45,7 @@ (export 'current-event) -(defcfun (current-event-time gtk-get-current-event-time) :uint32) +(defcfun (current-event-time "gtk_get_current_event_time") :uint32) (export 'current-event-time) diff --git a/gtk/gtk.main_loop_events.lisp b/gtk/gtk.main_loop_events.lisp index a98262c..ecdb3da 100644 --- a/gtk/gtk.main_loop_events.lisp +++ b/gtk/gtk.main_loop_events.lisp @@ -51,11 +51,6 @@ (defcfun gtk-main-quit :void) -(defcfun gtk-main-iteration :boolean) - -(defcfun gtk-main-iteration-do :boolean - (blocking :boolean)) - (defcfun gtk-grab-add :void (widget g-object)) -- 1.7.10.4