]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/gtkask.c
GTK3 port: use gdk_device_grab() in gtkask.c.
authorSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 13:36:32 +0000 (14:36 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 13:50:37 +0000 (14:50 +0100)
commit59a232c1613c08a98d4a13238c0189f1b660e3e5
tree7dbdad2a2711256f1b6e67a0bb044f31a47a474d
parentafae35eb9085d0f0cdb3a1bd9737b120011ee93a
GTK3 port: use gdk_device_grab() in gtkask.c.

This replaces the old gdk_keyboard_grab(), and is what a GTK3 app has
to use for grabbing the keyboard away from all other X clients.
unix/gtkask.c