diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-25 21:40:26 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-26 12:29:08 +0200 |
| commit | 454e2454b68841a90cb321b672adaeac8d10ed87 (patch) | |
| tree | 16f904a82df0198ac0e7129994dc773e380bd349 /src/root.zig | |
| parent | 609eeae6f446247f2cc3219d65b25647de828cb3 (diff) | |
| download | river-454e2454b68841a90cb321b672adaeac8d10ed87.tar.gz river-454e2454b68841a90cb321b672adaeac8d10ed87.tar.xz | |
Separate View from its implementation
This is done in preperation for Xwayland support
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 |
