21b7b29630
Previously, this function overwrote the value of its argument with the result. After this change, the function merely changes the given variable by the calculated argument. Thus, the old behaviour is achieved by setting the variable to zero before the call, which all callers already did. However, for most callers this change means that a temporary variable can be removed and instead xwindow_translate_for_gravity() will directly change the target variable. No change in behaviour intended. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
button.c | ||
button.h | ||
client.c | ||
client.h | ||
drawable.c | ||
drawable.h | ||
drawin.c | ||
drawin.h | ||
key.c | ||
key.h | ||
screen.c | ||
screen.h | ||
tag.c | ||
tag.h | ||
window.c | ||
window.h |