mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
[broadway] Fixup ungrab reference to old time variable
This commit is contained in:
parent
05bda376f6
commit
8831efa735
@ -272,11 +272,7 @@ function cmdUngrabPointer()
|
|||||||
{
|
{
|
||||||
sendInput ("u", []);
|
sendInput ("u", []);
|
||||||
|
|
||||||
if (grab.window != null) {
|
grab.window = null;
|
||||||
if (grab.time == 0 || time == 0 ||
|
|
||||||
grab.time < time)
|
|
||||||
grab.window = null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleCommands(cmdObj)
|
function handleCommands(cmdObj)
|
||||||
|
Loading…
Reference in New Issue
Block a user