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

This commit is contained in:
Benjamin Otte 2011-02-11 23:53:14 +01:00
parent ccc3679a62
commit e9ff457a40

View File

@ -38,7 +38,7 @@
struct _GdkX11DeviceManagerXI2
{
GdkDeviceManager parent_object;
GdkX11DeviceManagerCoreClass parent_class;
GHashTable *id_table;