diff options
Diffstat (limited to 'D133485.diff')
-rw-r--r-- | D133485.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/D133485.diff b/D133485.diff deleted file mode 100644 index 6785c55..0000000 --- a/D133485.diff +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp ---- a/widget/gtk/nsWindow.cpp -+++ b/widget/gtk/nsWindow.cpp -@@ -2879,6 +2879,10 @@ - return; - } - -+ LOG(" requesting xdg-activation token, surface ID %d serial %d seat ID %d", -+ wl_proxy_get_id((struct wl_proxy*)focusSurface), focusSerial, -+ wl_proxy_get_id((struct wl_proxy*)KeymapWrapper::GetSeat())); -+ - // Store activation token at activated window for further release. - g_clear_pointer(&aWindow->mXdgToken, xdg_activation_token_v1_destroy); - aWindow->mXdgToken = xdg_activation_v1_get_activation_token(xdg_activation); -@@ -2941,6 +2945,7 @@ - nsGTKToolkit* GTKToolkit = nsGTKToolkit::GetToolkit(); - if (GTKToolkit) { - timestamp = GTKToolkit->GetFocusTimestamp(); -+ GTKToolkit->SetFocusTimestamp(0); - } - if (!timestamp) { - timestamp = GetLastUserInputTime(); -@@ -2955,7 +2960,6 @@ - RequestFocusWaylandWindow(toplevelWindow); - } - #endif -- if (GTKToolkit) GTKToolkit->SetFocusTimestamp(0); - } - return; - } - |