1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 13:26:44 +02:00

Some random fixups

This commit is contained in:
mannol
2014-10-12 22:54:18 +02:00
parent c825adc1e3
commit 2cc261c619
4 changed files with 22 additions and 21 deletions

View File

@ -119,7 +119,7 @@ static bool notifications_are_disabled(uint64_t flags)
{
bool res = flags & NT_RESTOL && Control.cooldown > get_unix_time();
#ifdef X11
return res || (flags & NT_NOFOCUS && xtra_is_this_focused());
return res || (flags & NT_NOFOCUS && is_focused());
#else
return res;
#endif