GNOME Bugzilla – Bug 695495
testgtk: cursor example segfaults
Last modified: 2013-03-13 10:05:23 UTC
trying to change the cursor size or theme leads to an immediate segfault: (lt-testgtk:30907): GLib-GObject-WARNING **: invalid cast from `GdkWaylandDisplay' to `GdkX11Display'
commit 7dd2539e1bdedf313fe60a8ac5c75566ebd1c7b6 Author: Matthias Clasen <mclasen@redhat.com> Date: Wed Mar 13 06:01:57 2013 -0400 Add a missing runtime check The cursor theme and size settting code was ifdefed to only be compiled with the X11 backend, but it didn't check for running under X at runtime. Fix that. http://bugzilla.gnome.org/695495