summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-09 16:00:22 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-09 16:00:22 +0100
commitd86a61277490644da752c17865693297d44680aa (patch)
tree3733cbf0ac37474d6d75699510c30e5904dc6c2f /src/window.hh
parent0dec1e3a91ffeaa82989c452089488c4e53130ef (diff)
Fix wrapping support
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh2
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 = "");