diff options
Diffstat (limited to 'src/Keybind.zig')
| -rw-r--r-- | src/Keybind.zig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Keybind.zig b/src/Keybind.zig index 9a156ad..d82be7a 100644 --- a/src/Keybind.zig +++ b/src/Keybind.zig @@ -16,9 +16,8 @@ // along with this program. If not, see <https://www.gnu.org/licenses/>. const c = @import("c.zig"); -const command = @import("command.zig"); +const Command = @import("Command.zig"); keysym: c.xkb_keysym_t, modifiers: u32, -command: command.Command, -arg: command.Arg, +command: Command, |
