-
Notifications
You must be signed in to change notification settings - Fork 935
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Fix swapped instance and general class names on X11
This let statement swapped the two names, resulting in incorrect behavior since commit d7ec899. That commit did not actually introduce the swap, but the previous code swapped it again before setting the WM_CLASS property, so no issue was ever observed. It also brings the documentation in line with the implementation since the parent commit, and with the ICCCM standard, which states the following about the WM_CLASS property [1]: The two strings, respectively, are: * A string that names the particular instance of the application [...] * A string that names the general class of applications [...] [1] https://www.x.org/releases/current/doc/xorg-docs/icccm/icccm.html#WM_CLASS_Property
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters