[dwm] sel without clients?

From: Ross Mohn <rpmohn_AT_waxandwane.org>
Date: Thu, 10 Aug 2006 13:28:41 -0400

At the beginning of the zoom() function, you return if sel is NULL. But
then later on you check to see if clients is NULL:

if(clients)
        clients->prev = sel;

How would it be possible for clients to be NULL if sel has a value?

Thanks -RPM
Received on Thu Aug 10 2006 - 19:28:46 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:04 UTC