From 454e2454b68841a90cb321b672adaeac8d10ed87 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 25 Apr 2020 21:40:26 +0200 Subject: Separate View from its implementation This is done in preperation for Xwayland support --- src/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/root.zig') diff --git a/src/root.zig b/src/root.zig index a26d835..de88466 100644 --- a/src/root.zig +++ b/src/root.zig @@ -111,7 +111,7 @@ pub const Root = struct { view.pending_serial = null; if (view.needsConfigure()) { - view.configurePending(); + view.configure(); self.pending_configures += 1; // We save the current buffer, so we can send an early -- cgit v1.2.3