diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-06-09 16:00:22 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-06-09 16:00:22 +0100 |
| commit | d86a61277490644da752c17865693297d44680aa (patch) | |
| tree | 3733cbf0ac37474d6d75699510c30e5904dc6c2f /src/window.hh | |
| parent | 0dec1e3a91ffeaa82989c452089488c4e53130ef (diff) | |
Fix wrapping support
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh index 2bd78356..1c217dce 100644 --- a/src/window.hh +++ b/src/window.hh @@ -53,7 +53,7 @@ private: Window(const Window&) = delete; void on_option_changed(const Option& option) override; - void compute_display_setup(const Context& context); + DisplaySetup compute_display_setup(const Context& context); void run_hook_in_own_context(StringView hook_name, StringView param, String client_name = ""); |
