GNOME Bugzilla – Bug 546817
gdk_window_reparent should not invoke gdk_window_show
Last modified: 2018-02-10 03:42:26 UTC
Please describe the problem: GDK API specification on line indicated gdk_window_reparent has a side-effect to unmap the window, but in the source code of gdk_window_reparent (in gdkwindow.c) it invoked gdk_window_show at the last line. If we intentially changed the behaviour of gdk_window_reparent, should we update the document accordingly, otherwise, we should remove the gdk_window_show from the code. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? yes Other information:
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.