diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-18 14:53:21 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-18 14:53:21 +0200 |
| commit | 8fcca81755982b3d3cbc16161ab8a711dba2a304 (patch) | |
| tree | 2f0a424cde5cbc06027da30a3968edbad823dca4 /src/seat.zig | |
| parent | 64a3b72a1cca547eecc52ba33e832c7b1700b31b (diff) | |
| download | river-8fcca81755982b3d3cbc16161ab8a711dba2a304.tar.gz river-8fcca81755982b3d3cbc16161ab8a711dba2a304.tar.xz | |
Add binds to move views between outputs
Diffstat (limited to 'src/seat.zig')
| -rw-r--r-- | src/seat.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seat.zig b/src/seat.zig index e011579..179b93f 100644 --- a/src/seat.zig +++ b/src/seat.zig @@ -4,7 +4,6 @@ const c = @import("c.zig"); const Cursor = @import("cursor.zig").Cursor; const InputManager = @import("input_manager.zig").InputManager; const Keyboard = @import("keyboard.zig").Keyboard; -const Log = @import("log.zig").Log; const Output = @import("output.zig").Output; const View = @import("view.zig").View; const ViewStack = @import("view_stack.zig").ViewStack; |
