mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 05:42:58 +00:00
parent
e5a9c0242f
commit
c2237f29ae
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ static void x11CheckEWMHSupport(void)
|
|||
x11.ewmhHasFocusEvent = true;
|
||||
}
|
||||
|
||||
DEBUG_INFO("EWMH-complient window manager detected: %s", wmName);
|
||||
DEBUG_INFO("EWMH-compliant window manager detected: %s", wmName);
|
||||
x11.ewmhSupport = true;
|
||||
|
||||
if (strcmp(wmName, "i3") == 0)
|
||||
|
|
Loading…
Reference in a new issue