GNOME Bugzilla – Bug 637834
gtk_widget_verify_invariants: relax toplevel checks
Last modified: 2010-12-22 21:55:39 UTC
For normal toplevels, visible is tightly bound to mapped, but for something like a toplevel that exists within a Clutter stage we may want to make mapping dependenton external factors, so we shouldn't actually checked that !mapped toplevels are !visible.
Created attachment 176900 [details] [review] gtk_widget_verify_invariants: relax toplevel checks
ifdefed out for now like other currently-failing invariant checks.