From a461f0655f1d97503fe854d285da95c306d7edf8 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Thu, 12 Nov 2009 19:57:34 +0200 Subject: spice client: sticky Alt activation when holding an Alt key: bug #505912. Additional changes that were required for the feature: 1) focusing on the pointed window in full screen mode 2) In X11 - handling events that occur during keyboard ungrabbing 3) In X11 - handling Leave/Enter Notify events that occur during keyboard grabbing/ungrabbing 4) In X11 - fix for focus events that are handled in the wrong order (happens when focus events occur during grabbing the keyboard) 5) In X11 - ignoring key release events during key holding 6) In Windows - synchronizing keyboard release events that occured during a modal loop --- client/windows/redc.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/windows/redc.vcproj') diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index 8df2214c..4ea807d7 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -614,6 +614,10 @@ RelativePath=".\static_title.bmp" > + + -- cgit