After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637834 - gtk_widget_verify_invariants: relax toplevel checks
gtk_widget_verify_invariants: relax toplevel checks
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-22 21:36 UTC by Owen Taylor
Modified: 2010-12-22 21:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtk_widget_verify_invariants: relax toplevel checks (1.29 KB, patch)
2010-12-22 21:36 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2010-12-22 21:36:30 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.
Comment 1 Owen Taylor 2010-12-22 21:36:32 UTC
Created attachment 176900 [details] [review]
gtk_widget_verify_invariants: relax toplevel checks
Comment 2 Matthias Clasen 2010-12-22 21:55:39 UTC
ifdefed out for now like other currently-failing invariant checks.