Browse Source

applied Hiltjo's tiny cleanup fix

Anselm R Garbe 15 years ago
parent
commit
a644baf674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -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: