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:
294efbb
)
Fix wrong class name in GdkEvent structure definition
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 29 Aug 2010 13:34:10 +0000
(21:34 +0800)
committer
Andrey Kutejko
<andy128k@gmail.com>
Sun, 5 Sep 2010 21:51:06 +0000
(
05:51
+0800)
gdk/gdk.objects.lisp
patch
|
blob
|
history
diff --git
a/gdk/gdk.objects.lisp
b/gdk/gdk.objects.lisp
index
dfd3b30
..
b315296
100644
(file)
--- a/
gdk/gdk.objects.lisp
+++ b/
gdk/gdk.objects.lisp
@@
-745,7
+745,7
@@
(axes (fixed-array :double 2))
(state modifier-type)
(is-hint :int16)
- (device (g-object device))
+ (device (g-object gdk-device))
(x-root :double)
(y-root :double))
((:expose) event-expose
@@
-797,7
+797,7
@@
((:proximity-in
:proximity-out) event-proximity
(time :uint32)
- (device (g-object device)))
+ (device (g-object gdk-device)))
((:client-event) event-client
(message-time gdk-atom)
(data-format :ushort)