X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=b9dd9e5a0a537ee991be60ce3a53451d9df3bca2;hb=810afd8597da355039e289218abed6c062585870;hp=f568b00884c9d2406a033fee7fd21555beb08ae3;hpb=dbce9ee24320baa01e62d88485fb536c8d9a5e55;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index f568b008..b9dd9e5a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -231,8 +231,10 @@ struct _ObClient /*! Indicates if the client is trying to close but has stopped responding to pings */ gboolean not_responding; - /*! We tried to kill the client with SIGTERM */ - gboolean kill_tried_term; + /*! We tried to close the window with a DESTROY message */ + gboolean close_tried_destroy; + /*! We tried to close the window with a SIGTERM */ + gboolean close_tried_term; #ifdef SYNC /*! The client wants to sync during resizes */