chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
21f0cf7
)
Fixed small syntax error
author
espen
<espen>
Thu, 28 Oct 2004 09:37:27 +0000
(09:37 +0000)
committer
espen
<espen>
Thu, 28 Oct 2004 09:37:27 +0000
(09:37 +0000)
gdk/gdk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gdk/gdk.lisp
b/gdk/gdk.lisp
index 69835efe83ccf50cdee1bc23c777410c2bd9e3cf..d6c2b0c6f2f7bc7f54da3b5af046a5deb0b0ecdf 100644
(file)
--- 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
;; 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")
(in-package "GDK")
@@
-273,7
+273,7
@@
(defbinding window-get-pointer () window
(defbinding %get-default-root-window () 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)))
(if display
(error "Not implemented")
(%get-default-root-window)))