[gtk+/xi2: 916/1239] GdkDevice: Fix typo in variable declaration.
- From: Carlos Garnacho <carlosg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/xi2: 916/1239] GdkDevice: Fix typo in variable declaration.
- Date: Tue, 29 Sep 2009 10:53:07 +0000 (UTC)
commit 347399316ead8341a1e273d207a7326c1c0ae9dc
Author: Carlos Garnacho <carlos lanedo com>
Date: Fri Aug 28 17:56:23 2009 +0200
GdkDevice: Fix typo in variable declaration.
gdk/gdkdevice.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c
index a42209b..e6dacbb 100644
--- a/gdk/gdkdevice.c
+++ b/gdk/gdkdevice.c
@@ -44,7 +44,7 @@ struct _GdkAxisInfo
struct _GdkDevicePrivate
{
GdkDisplay *display;
- GdkDisplay *relative;
+ GdkDevice *relative;
GArray *axes;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]