drawbar: Don't shadow sw global
authorChris Down <chris@chrisdown.name>
Wed, 22 Apr 2020 14:48:27 +0000 (15:48 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 22 Apr 2020 18:33:39 +0000 (20:33 +0200)
commited3ab6b4fceded0e9f2d22372df49a2bbd58de66
treeaa2ac30695411b4e894b4b51f29c4b9f7926f7f3
parentf087d20e6e60a49c756936b4312f5d194d8e63b4
drawbar: Don't shadow sw global

This jarred me a bit while reading the code, since "sw" usually refers
to the global screen geometry, but in drawbar() only it refers to
text-related geometry. Renaming it makes it more obvious that these are
not related.
dwm.c