mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 08:04:10 +00:00
ee35540b6e
Since all windows are now MetaWindows as well as compositor windows, there's no reason to keep a compositor-specific hash table mapping from XID to MutterWindow. This reduces complexity and removes a call to XQueryTree that could potentially produce a BadWindow error if not error-trapped. https://bugzilla.gnome.org/show_bug.cgi?id=613398