projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061cf59
)
Fix typo
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sat, 14 Nov 2009 02:37:54 +0000
(
05:37
+0300)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sat, 14 Nov 2009 02:37:54 +0000
(
05:37
+0300)
gdk/gdk.drag-and-drop.lisp
patch
|
blob
|
history
diff --git
a/gdk/gdk.drag-and-drop.lisp
b/gdk/gdk.drag-and-drop.lisp
index
85253ef
..
905f239
100644
(file)
--- a/
gdk/gdk.drag-and-drop.lisp
+++ b/
gdk/gdk.drag-and-drop.lisp
@@
-1,7
+1,7
@@
(in-package :gdk)
(defcstruct %gdk-drag-context
- (parent-instance :pointer)
+ (parent-instance gobject.ffi::%g-object)
(protocol gdk-drag-protocol)
(is-source :boolean)
(source-window (g-object gdk-window))