Skip to content

WIP: Window: Make gtk_window_present() work in Wayland

Bastien Nocera requested to merge wip/hadess/gtk-present-wayland into gtk-3-24

Translate GDK_CURRENT_TIME to the best approximation of the current time when using Wayland, as we would do under X11, so that windows are correctly raised in response to user actions in other processes. (eg. raising a window in response to a notification being clicked)

See #624 (closed)

Note: completely untested

Merge request reports