diff options
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index dadc0320..1eb1e5d3 100644 --- a/src/client.hh +++ b/src/client.hh @@ -37,6 +37,8 @@ public: Client(Client&&) = delete; + bool is_ui_ok() const; + bool process_pending_inputs(); bool has_pending_inputs() const { return not m_pending_keys.empty(); } |
