diff --git a/client.h b/client.h index 10637a0..be3a402 100644 --- a/client.h +++ b/client.h @@ -41,6 +41,7 @@ struct Client { Client *prev; Client *next; char *name; + bool focused; bool has_border; bool is_floating; };