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:
667a112
)
Bug fix
author
espen
<espen>
Sun, 27 Feb 2005 12:37:01 +0000
(12:37 +0000)
committer
espen
<espen>
Sun, 27 Feb 2005 12:37:01 +0000
(12:37 +0000)
gdk/gdk.lisp
patch
|
blob
|
blame
|
history
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gdk/gdk.lisp
b/gdk/gdk.lisp
index b69536f5c1c7bab0830c115c4dc1b34d1575cc31..57c6db46c4e367cb1f1ce14d24ef4daa0084e36b 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.1
4 2005-02-26 18:53:09
espen Exp $
+;; $Id: gdk.lisp,v 1.1
5 2005-02-27 12:37:45
espen Exp $
(in-package "GDK")
(in-package "GDK")
@@
-146,7
+146,7
@@
(defbinding pointer-grab
((%grab-time time) (unsigned 32)))
(defbinding (pointer-ungrab "gdk_display_pointer_ungrab")
((%grab-time time) (unsigned 32)))
(defbinding (pointer-ungrab "gdk_display_pointer_ungrab")
- (&optional (display (display-get-default)
time)
) nil
+ (&optional (display (display-get-default)
) time
) nil
(display display)
((%grab-time time) (unsigned 32)))
(display display)
((%grab-time time) (unsigned 32)))
@@
-159,7
+159,7
@@
(defbinding keyboard-grab (window &key owner-events time) grab-status
((%grab-time time) (unsigned 32)))
(defbinding (keyboard-ungrab "gdk_display_keyboard_ungrab")
((%grab-time time) (unsigned 32)))
(defbinding (keyboard-ungrab "gdk_display_keyboard_ungrab")
- (&optional (display (display-get-default)
time)
) nil
+ (&optional (display (display-get-default)
) time
) nil
(display display)
((%grab-time time) (unsigned 32)))
(display display)
((%grab-time time) (unsigned 32)))
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 34b9cecdd1cf549e9c3db9f27233f8414ad5234d..a672946243e56c11f602698e05cdca524374a3e3 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.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: gtk.lisp,v 1.3
7 2005-02-26 18:55:4
1 espen Exp $
+;; $Id: gtk.lisp,v 1.3
8 2005-02-27 12:37:0
1 espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-67,7
+67,7
@@
(defun clg-init (&optional display)
(defbinding grab-add () nil
(widget widget))
(defbinding grab-add () nil
(widget widget))
-(defbinding grab-get-curent () widget)
+(defbinding grab-get-cur
r
ent () widget)
(defbinding grab-remove () nil
(widget widget))
(defbinding grab-remove () nil
(widget widget))