BTW: In the file client.c in the resize function there's a check to return if w <= 0 || h <= 0 (lines 241 and 242), but after the sizehints if the check is done again (lines 278 and 279). Couldn't the first check be removed?
-- - yiyus || JGL .
BTW: In the file client.c in the resize function there's a check to return if w <= 0 || h <= 0 (lines 241 and 242), but after the sizehints if the check is done again (lines 278 and 279). Couldn't the first check be removed?
-- - yiyus || JGL .