diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-01 13:34:19 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-01-01 13:34:19 +0100 |
| commit | d2e2dad09cf555d48d1175aad8258a0e0548f06b (patch) | |
| tree | cb08faf48f69af475705085f7243989fd83162de | |
| parent | a2ef687e51db3a16a18fdcd0ba6ece0af7e4b53d (diff) | |
| download | river-d2e2dad09cf555d48d1175aad8258a0e0548f06b.tar.gz river-d2e2dad09cf555d48d1175aad8258a0e0548f06b.tar.xz | |
view: fix build with xwayland disabled
| -rw-r--r-- | river/VoidView.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/river/VoidView.zig b/river/VoidView.zig index 21192ca..489169a 100644 --- a/river/VoidView.zig +++ b/river/VoidView.zig @@ -56,7 +56,7 @@ pub fn getTitle(self: Self) ?[*:0]const u8 { unreachable; } -pub fn getClass(self: Self) ?[*:0]const u8 { +pub fn getAppId(self: Self) ?[*:0]const u8 { unreachable; } |
