diff options
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.hh b/src/window.hh index 6d3b7393..ad754568 100644 --- a/src/window.hh +++ b/src/window.hh @@ -48,6 +48,8 @@ public: void set_client(Client* client) { m_client = client; } void clear_display_buffer(); + void run_resize_hook_ifn(); + private: Window(const Window&) = delete; @@ -66,6 +68,7 @@ private: DisplayBuffer m_display_buffer; Highlighters m_builtin_highlighters; + bool m_resize_hook_pending = false; struct Setup { |
