X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/6895c081b79daedb072145527808c518e17c5ce2..27a980da77aa5f2788c7de91e15c753636cfedea:/gdk/gdk.lisp diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index a2bdf7f..0558096 100644 --- a/gdk/gdk.lisp +++ b/gdk/gdk.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gdk.lisp,v 1.6 2001/05/11 16:19:07 espen Exp $ +;; $Id: gdk.lisp,v 1.7 2001/10/21 23:02:40 espen Exp $ (in-package "GDK") @@ -23,7 +23,7 @@ (in-package "GDK") ;;; Events -(defbinding event-poll-fd () int) +(defbinding connection-number () int) (defbinding (events-pending-p "gdk_events_pending") () boolean)