tapplied Hiltjo's tiny cleanup fix - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a644baf674e80bebfe92ac4bde8f187d1cf949a8
DIR parent c1f8688bfa56e388dac0e0a9abc90fdb0324b6db
HTML Author: Anselm R Garbe <anselm@garbe.us>
Date: Mon, 27 Sep 2010 07:53:44 +0000
applied Hiltjo's tiny cleanup fix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dwm.c b/dwm.c
t@@ -1270,7 +1270,7 @@ propertynotify(XEvent *e) {
default: break;
case XA_WM_TRANSIENT_FOR:
if(!c->isfloating && (XGetTransientForHint(dpy, c->win, &trans)) &&
- (c->isfloating = (wintoclient(trans))))
+ (c->isfloating = (wintoclient(trans)) != NULL))
arrange(c->mon);
break;
case XA_WM_NORMAL_HINTS: