summaryrefslogtreecommitdiff
path: root/dwmtimestatus.c
AgeCommit message (Expand)Author
2026-01-27Fixed previously missed typo and added showing address of segfault on SIGSEGV...HEADmasterstderr64
2026-01-27Check for any error returned by XChangeProperty an not only BadLength.•••XChangeProperty can return BadLength or BadValue, not just BadLngth which was the only one checked for previously. BadValue is returned in case where format is not 8, 16, or 32. stderr64
2026-01-27XTextProperty is useless so just directly use XChangeProperty with values fro...stderr64
2026-01-26Use XChangeProperty directly instead of going through XSetTextPropertystderr64
2026-01-26Fixed wrong data type in type caststderr64
2026-01-25Even better initialization of structsstderr64
2026-01-25Better initialization of XTextProperty structstderr64
2026-01-25First commitstderr64