about summary refs log tree commit diff stats
path: root/gridmenu.c
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2020-04-22 15:48:27 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-04-22 20:33:39 +0200
commited3ab6b4fceded0e9f2d22372df49a2bbd58de66 (patch)
treeaa2ac30695411b4e894b4b51f29c4b9f7926f7f3 /gridmenu.c
parentf087d20e6e60a49c756936b4312f5d194d8e63b4 (diff)
downloaddwm-ed3ab6b4fceded0e9f2d22372df49a2bbd58de66.tar.gz
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.
Diffstat (limited to 'gridmenu.c')
0 files changed, 0 insertions, 0 deletions
'n92' href='#n92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153