GNOME Bugzilla – Bug 733769
W32: Critical error when GTK tries to set opacity for embedded windows
Last modified: 2014-08-02 14:22:58 UTC
Gdk-CRITICAL **: gdk_win32_window_set_opacity: assertion 'WINDOW_IS_TOPLEVEL (window)' failed
Created attachment 281742 [details] [review] W32: Don't crash when opacity is set for non-toplevel X11 backend doesn't, and for good reason - main code body does not check that the window it sets opacity for is, in fact, toplevel. Just silently fail to do anything for non-toplevel windows.
Review of attachment 281742 [details] [review]: Looks good to me.
Attachment 281742 [details] pushed as 6dede1a - W32: Don't crash when opacity is set for non-toplevel