mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
add comment about broken assertion
This commit is contained in:
parent
744efc95a1
commit
19b808c4f5
@ -1141,6 +1141,7 @@ meta_compositor_add_window (MetaCompositor *compositor,
|
||||
|
||||
/* viewable == mapped for the root window, since root can't be unmapped */
|
||||
cwindow->viewable = (attrs->map_state == IsViewable);
|
||||
/* FIXME this assertion can fail somehow... */
|
||||
g_assert (attrs->map_state != IsUnviewable);
|
||||
|
||||
pa.subwindow_mode = IncludeInferiors;
|
||||
|
Loading…
Reference in New Issue
Block a user