applied nsz patch

This commit is contained in:
Anselm R Garbe 2009-07-21 10:57:54 +01:00
parent c13be8d620
commit 244addb3f4
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -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++) {