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 667691 - implement gdk_window_restack() for Quartz (should work for 3.X too)
implement gdk_window_restack() for Quartz (should work for 3.X too)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Quartz
2.24.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-01-11 12:32 UTC by Paul Davis
Modified: 2012-01-26 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
implements gdk_window_restack() for OS X (854 bytes, text/plain)
2012-01-11 12:32 UTC, Paul Davis
  Details
2nd version using GDK_IS_WINDOW (867 bytes, patch)
2012-01-11 12:57 UTC, Paul Davis
none Details | Review

Description Paul Davis 2012-01-11 12:32:28 UTC
Created attachment 205017 [details]
implements gdk_window_restack()  for OS X

patch attached.
Comment 1 Paul Davis 2012-01-11 12:57:37 UTC
Created attachment 205018 [details] [review]
2nd version using GDK_IS_WINDOW
Comment 2 Michael Natterer 2012-01-26 10:28:39 UTC
Fixed in gtk-2-24, gtk-3-2 and master:

commit 3ca7ec693f1bd6f4e95a73a9d92cbe6a04de2bcb
Author: Michael Natterer <mitch@lanedo.com>
Date:   Thu Jan 26 10:11:17 2012 +0100

    Bug 667691 - implement gdk_window_restack() for Quartz
    
    Apply patch from Paul Davis which implements this missing function.
    (cherry picked from commit e1c107a094f46d93f7b9bfeb029cf30ecfbedc12)

 gdk/quartz/gdkwindow-quartz.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)