mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 06:13:03 +01:00
fix
This commit is contained in:
parent
f09002a49a
commit
008163bf6c
@ -351,5 +351,5 @@ long unsigned int focused_window_id()
|
|||||||
|
|
||||||
int is_focused()
|
int is_focused()
|
||||||
{
|
{
|
||||||
return Xtra.proxy_window == focused_window_id();
|
return Xtra.proxy_window == focused_window_id() || Xtra.terminal_window == focused_window_id();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user