diff options
author | krypek <115574014+krypciak@users.noreply.github.com> | 2022-11-23 22:56:52 +0100 |
---|---|---|
committer | Leonardo Hernández <leohdz172@protonmail.com> | 2022-11-25 12:09:35 -0600 |
commit | 87d87cc4041a997d00ebf234ca5118b9248a3b95 (patch) | |
tree | f0211aa94ebed3f4dfd8ab3e9e19ad083838a7de /client.h | |
parent | 569f55401693c9d2850f056f20ca2bd5bd5977fd (diff) |
Fix comparison between signed and unsigned int
When c->bw is 0, the right side of the MAX functions gets turned into an unsigned integer and that results in -1 being the outcome.
This causes big issues in xwayland clients.
Diffstat (limited to 'client.h')
0 files changed, 0 insertions, 0 deletions