[hackers] [dwm] applied nsz patch || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 21 Jul 2009 09:57:59 +0000 (UTC)

changeset: 1475:e47a47bd3ed4
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Tue Jul 21 10:57:54 2009 +0100
files: dwm.c
description:
applied nsz patch

diff -r d39b21ff64f4 -r e47a47bd3ed4 dwm.c
--- a/dwm.c Tue Jul 21 08:57:04 2009 +0100
+++ b/dwm.c Tue Jul 21 10:57:54 2009 +0100
@@ -1696,7 +1696,7 @@
                 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++) {
Received on Tue Jul 21 2009 - 09:57:59 UTC

This archive was generated by hypermail 2.2.0 : Tue Jul 21 2009 - 10:00:07 UTC