[hackers] [dwm] applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0 || garbeam

From: <hg_AT_suckless.org>
Date: Fri, 1 Jul 2011 18:56:55 +0200 (CEST)

changeset: 1557:4784cd2d69e7
tag: tip
user: garbeam_AT_gmail.com
date: Fri Jul 01 17:56:53 2011 +0100
files: dwm.c
description:
applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0

diff -r ac3cba181282 -r 4784cd2d69e7 dwm.c
--- a/dwm.c Mon Jun 27 20:12:42 2011 +0100
+++ b/dwm.c Fri Jul 01 17:56:53 2011 +0100
@@ -442,7 +442,7 @@
                 }
                 else if(ev->x < x + blw)
                         click = ClkLtSymbol;
- else if(ev->x > selmon->wx + selmon->ww - TEXTW(stext))
+ else if(ev->x > selmon->ww - TEXTW(stext))
                         click = ClkStatusText;
                 else
                         click = ClkWinTitle;
Received on Fri Jul 01 2011 - 18:56:55 CEST

This archive was generated by hypermail 2.2.0 : Fri Jul 01 2011 - 19:00:09 CEST