tapplied nsz patch - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 244addb3f4253e1cd35dc9af504b3172aaccd576
(DIR) parent c13be8d620372a55f5867cafd6ad4277ad77790c
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Tue, 21 Jul 2009 10:57:54 +0100
applied nsz patch
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -1696,7 +1696,7 @@ updategeom(void) {
if(info[i - 1].x_org == info[i].x_org && info[i - 1].y_org == info[i].y_org
&& info[i - 1].width == info[i].width && info[i - 1].height == info[i].height)
--nn;
- n = nn; /* we only consider unique geometrys as separate screens */
+ n = nn; /* we only consider unique geometries as separate screens */
#endif /* XINERAMA */
/* allocate monitor(s) for the new geometry setup */
for(i = 0; i < n; i++) {