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:
1770715
)
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 1a2ece7a53891eebabd2517b0b4f69b29cbd2afc..24b7c8dfc8de357bd6d2c337f10bcbcf24c85e6b 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 f97c341f683fcfc79f6268dd53341161274c0feb..3356515a8ce78da67a25abe76ba8ba9c2efc3afd 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))