mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Fix focus/activation handling and keyboard input (issue #1679).
This commit is contained in:
@ -57,6 +57,12 @@ patches = [
|
||||
'name': 'views_widget_180_1677',
|
||||
'path': '../ui/views/widget/',
|
||||
},
|
||||
{
|
||||
# Fix focus/activation handling and keyboard input on Linux.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1679
|
||||
'name': 'x11_desktop_handler_focus',
|
||||
'path': '../',
|
||||
},
|
||||
{
|
||||
# Allow continued use of ContentRendererClient::HandleNavigation.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=1129
|
||||
|
Reference in New Issue
Block a user