Do not support fullscreen toggle keyboard sequence in remote_app mode. There is no...
authorbjcollins <bcollins@trustedcs.com>
Thu, 15 Oct 2015 19:31:15 +0000 (14:31 -0500)
committerbjcollins <bcollins@trustedcs.com>
Thu, 15 Oct 2015 19:31:15 +0000 (14:31 -0500)
and the fullscreen code is not designed to handle remote app windows.

client/X11/xf_keyboard.c

index 1d6d9c0..243e920 100644 (file)
@@ -466,7 +466,7 @@ BOOL xf_keyboard_handle_special_keys(xfContext* xfc, KeySym keysym)
                return TRUE;
        }
 
-       if(xfc->fullscreen_toggle)
+       if(!xfc->remote_app && xfc->fullscreen_toggle)
        {
                if (keysym == XK_Return)
                {