diff options
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc index 6ee3cfae..2c84de6b 100644 --- a/src/client.cc +++ b/src/client.cc @@ -80,6 +80,7 @@ bool Client::is_ui_ok() const bool Client::process_pending_inputs() { const bool debug_keys = (bool)(context().options()["debug"].get<DebugFlags>() & DebugFlags::Keys); + m_window->run_resize_hook_ifn(); // steal keys as we might receive new keys while handling them. Vector<Key, MemoryDomain::Client> keys = std::move(m_pending_keys); for (auto& key : keys) |
