[gtk+] x11: Make the device manager struct actually subclass the correct device



commit e9ff457a402022b12bea2158e61cef5b1921577b
Author: Benjamin Otte <otte redhat com>
Date:   Fri Feb 11 23:53:14 2011 +0100

    x11: Make the device manager struct actually subclass the correct device

 gdk/x11/gdkdevicemanager-xi2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/x11/gdkdevicemanager-xi2.c b/gdk/x11/gdkdevicemanager-xi2.c
index 16de055..bbf2e28 100644
--- a/gdk/x11/gdkdevicemanager-xi2.c
+++ b/gdk/x11/gdkdevicemanager-xi2.c
@@ -38,7 +38,7 @@
 
 struct _GdkX11DeviceManagerXI2
 {
-  GdkDeviceManager parent_object;
+  GdkX11DeviceManagerCoreClass parent_class;
 
   GHashTable *id_table;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]