On Fri, Oct 12, 2018 at 02:51:19PM -0500, Jonathon Jongsma wrote: > In fullscreen mode, we attempt to enable a guest display for each client > monitor and then place a fullscreen window for each display on the > appropriate monitor. Previously, we were using gtk_window_move() to move > the window to the proper monitor, and then calling > gtk_window_fullscreen() to enter fullscreen mode on that monitor. > However, under wayland, gtk_window_move() no longer has any effect for > toplevel windows, so all displays were showing up on top of eachother on > the same client monitor. > > Fortunately, Gtk+ 3.18 added a new gtk_window_fullscreen_on_monitor() > API that works on Wayland. In theory this allows us to remove the call > to gtk_window_move() from the code. But to avoid potentially changing > behavior on xorg or older systems, I left the existing logic. Any plans to remove the gtk_window_move() call later on? Or do you think we should keep it forever? Apart from that, Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx> Christophe
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list