GNOME Bugzilla – Bug 662467
tooltip: only update shape if the window is realized
Last modified: 2011-10-23 15:39:47 UTC
If we get a composited-changed signal before the tooltip is ever realized we have nothing to do. This actually prevents a segfault in maybe_update_shape() because calling gtk_widget_get_window() on a non-realized widget returns NULL.
Created attachment 199727 [details] [review] tooltip: only update shape if the window is realized
Review of attachment 199727 [details] [review]: Makes sense