diff --git a/client.cpp b/client.cpp index b9ab1a97d9..b941d07089 100644 --- a/client.cpp +++ b/client.cpp @@ -1669,7 +1669,7 @@ void Client::takeFocus( allowed_t ) { #ifndef NDEBUG static Time previous_focus_timestamp; -// static Client* previous_client; + static Client* previous_client; //if( previous_focus_timestamp == xTime() && previous_client != this ) // {