From: Chris Down Date: Wed, 22 Apr 2020 14:48:27 +0000 (+0100) Subject: drawbar: Don't shadow sw global X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/ed3ab6b4fceded0e9f2d22372df49a2bbd58de66?ds=inline;hp=ed3ab6b4fceded0e9f2d22372df49a2bbd58de66 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. ---