diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h index 6084980..5046690 100644 --- a/include/client.h +++ b/include/client.h @@ -21,6 +21,7 @@ struct client { struct seat *seat; int seat_vt; + bool pending_disable; struct list devices; }; |