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)
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.


No differences found