Skip to content

Commit

Permalink
view: fix build with xwayland disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Jan 1, 2021
1 parent a2ef687 commit d2e2dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/VoidView.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d2e2dad

Please sign in to comment.