mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173971 - Force core Xlib events on GTK3. r=karlt
This commit is contained in:
parent
40bcadd463
commit
2a579c982c
@ -1542,6 +1542,11 @@ class Mochitest(MochitestUtilsMixin):
|
||||
if not options.enableCPOWWarnings:
|
||||
browserEnv["DISABLE_UNSAFE_CPOW_WARNINGS"] = "1"
|
||||
|
||||
# Force use of core Xlib events on GTK3 to work around focus bug.
|
||||
# See bug 1170342.
|
||||
if mozinfo.info.get('toolkit') == 'gtk3':
|
||||
browserEnv["GDK_CORE_DEVICE_EVENTS"] = "1"
|
||||
|
||||
return browserEnv
|
||||
|
||||
def cleanup(self, options):
|
||||
|
Loading…
Reference in New Issue
Block a user