diff options
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
