Introduction
Introduction Statistics Contact Development Disclaimer Help
ttouch border - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit ad2508f9578195e703033df3cceb441f716261bd
parent b0785998338eb49879da93ceca635ef5030a0cab
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 19 Apr 2007 08:53:40 +0200
ttouch border
Diffstat:
M client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client.c b/client.c
t@@ -203,7 +203,7 @@ manage(Window w, XWindowAttributes *wa) {
XSelectInput(dpy, w,
StructureNotifyMask | PropertyChangeMask | EnterWindowMask);
grabbuttons(c, False);
- c->border = wc.border_width = BORDERPX;
+ c->border = wc.border_width = (c->w == sw && c->h == sh) ? wa->border_…
XConfigureWindow(dpy, w, CWBorderWidth, &wc);
XSetWindowBorder(dpy, w, dc.norm[ColBorder]);
configure(c); /* propagates border_width, if size doesn't change */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.