ipc: return signed int for container positions
If we use json as a language-agnostic representation, it makes sense to use proper signed integers here.
This commit is contained in:
@ -34,3 +34,5 @@ strongly encouraged to upgrade.
|
||||
• i3bar: exit with 1 when a wrong command line argument is used
|
||||
• fix commented-out rofi call in default i3 config
|
||||
• clear pixmap before drawing to prevent visual garbage
|
||||
• ipc: return proper signed int for container positions: negative values were
|
||||
returned as large 32 bits integers
|
||||
|
Reference in New Issue
Block a user