[openssh-commits] [openssh] branch master updated (bfa5405d -> ea996ce2)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Apr 10 18:25:38 AEST 2021


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  bfa5405d  Ensure valgrind-out exists.
       new  ea996ce2  dedicated gnome-ssk-askpass3 source

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit ea996ce2d023aa3c6d31125e2c3ebda1cb42db8c
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Apr 10 18:22:57 2021 +1000

    dedicated gnome-ssk-askpass3 source
    
    Compatibility with Wayland requires that we use the gdk_seat_grab()
    API for grabbing mouse/keyboard, however these API don't exist in
    Gtk+2.
    
    This branches gnome-ssk-askpass2.c => gnome-ssk-askpass3.c and
    makes the changes to use the gdk_seat_grab() instead of grabbing
    mouse/focus separately via GDK.
    
    In the future, we can also use the branched file to avoid some
    API that has been soft-deprecated in GTK+3, e.g. gtk_widget_modify_fg

Summary of changes:
 contrib/Makefile                                   |  4 +-
 .../{gnome-ssh-askpass2.c => gnome-ssh-askpass3.c} | 59 +++++++---------------
 2 files changed, 19 insertions(+), 44 deletions(-)
 copy contrib/{gnome-ssh-askpass2.c => gnome-ssh-askpass3.c} (89%)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list