]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/gtkask.c
GTK 3.20 compatibility: switch to gdk_seat_grab.
authorSimon Tatham <anakin@pobox.com>
Mon, 4 Apr 2016 10:21:54 +0000 (11:21 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 4 Apr 2016 10:21:54 +0000 (11:21 +0100)
commit169a3d2457a1a70b0674772a335162b6600f0e94
tree672b975b7d20b802b54f8f595be619a07a38d3d0
parentab433e80730112b02eea2fd99050cb71b4542070
GTK 3.20 compatibility: switch to gdk_seat_grab.

gdk_device_grab and all its preparatory faff are now deprecated, and
gdk_seat_grab is the new thing. Introduce yet another branch to all
the ifdefs for keyboard-grabbing. On the plus side, at least it's
slightly simpler than the GdkDevice business.
unix/gtkask.c