On Mon, 10 Oct 2011 16:46:30 +0200, Kean Johnston wrote:
So the obvious root cause is why display->device_manager is NULL. I
have already verified that that line is in fact being called (i.e, it
is not because g_return_val_if_fail() is returning NULL).

The only location device_manager is set (that I know of) is in
_gdk_input_init() in gdk/win32/gdkinput.c

1) is _gdk_input_init() called before you hit this problem?
2) Does the g_object_new (GDK_TYPE_DEVICE_MANAGER_WIN32, ...)
   call in there return something sensible?

mvg,
Dieter

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to