GNOME Bugzilla – Bug 791845
Make gdk_window_move_to_rect() public
Last modified: 2018-05-02 19:37:09 UTC
Firefox in Wayland is unable to place popup menus correctly because it does no longer knows the absolute position of the main window (this with screen dimensions was used to avoid placing popups out of screen). GtkMenu uses gdk_window_move_to_rect() to place menus correctly but it is not exported. We need that for the implementation of Firefox menus in wayland. Please consider exporting this symbol.
IIRC the reason for making it initially private was to get some real world testing before committing to it. I think we've gotten that, so personally I'd be fine with making it stable.
Eclipse SWT would benefit from this API being public as well.
also requested at https://mail.gnome.org/archives/gtk-devel-list/2018-April/msg00003.html
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/997.