mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[client] x11: don't override the focus state if no EWMH focus support
This commit is contained in:
@@ -950,7 +950,7 @@ static int x11EventThread(void * unused)
|
||||
focused = true;
|
||||
}
|
||||
|
||||
if (x11.focused != focused)
|
||||
if (x11.ewmhHasFocusEvent && x11.focused != focused)
|
||||
{
|
||||
x11.focused = focused;
|
||||
app_handleFocusEvent(focused);
|
||||
|
Reference in New Issue
Block a user