X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/a4b3ec58301d5807426867d0ecc0913e693121eb..3d5e4e398c188647b092e03350627dd6fc4e6ea3:/gdk/gdk.lisp diff --git a/gdk/gdk.lisp b/gdk/gdk.lisp index 305b2f4..d46d9d6 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.8 2004-10-28 09:28:25 espen Exp $ +;; $Id: gdk.lisp,v 1.9 2004-10-28 09:37:27 espen Exp $ (in-package "GDK") @@ -273,7 +273,7 @@ (defbinding window-get-pointer () window (defbinding %get-default-root-window () window) -(defun get-root-window (%optional display) +(defun get-root-window (&optional display) (if display (error "Not implemented") (%get-default-root-window)))