Hi, While doing some virgl testing I've trapped into a bunch of issues with input grabs, especially in fullscreen mode. So here is a series of mostly grab-related patches: Cleanups, improve tracing, don't grab when entering fullscreen.
Also a small zoom fix, and the setlocale change discussed here recently. please review and test, Gerd Gerd Hoffmann (6): gtk: check for existing grabs in gd_grab_{pointer,keyboard} gtk: move gd_update_caption calls to gd_{grab,ungrab}_{pointer,keyboard} gtk: trace input grab reason gtk: set free_scale when setting zoom_fit gtk: don't grab input when entering fullscreen. gtk: setlocale for LC_MESSAGES only trace-events | 3 ++- ui/gtk.c | 65 ++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 39 insertions(+), 29 deletions(-) -- 1.8.3.1