After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546817 - gdk_window_reparent should not invoke gdk_window_show
gdk_window_reparent should not invoke gdk_window_show
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Backend: X11
2.13.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-08-07 14:42 UTC by Chris Wang
Modified: 2018-02-10 03:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Chris Wang 2008-08-07 14:42:17 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:
Comment 1 Matthias Clasen 2018-02-10 03:42:26 UTC
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.