-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConfigWinPacket: no longer send monitor_name
Because of the padding and the alignment in the CongfigWinPacket, trying to fit a monitor name >8 characters would truncate. Instead, if modules need to look up the monitor from the window packet, do so via the monitor_id which was already being sent down. Currently, only FvwmIconMan is affected. Noticed by jns and somiaj on IRC.
- Loading branch information
1 parent
d773226
commit 84eaad0
Showing
3 changed files
with
10 additions
and
4 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