view: fix build with xwayland disabled

This commit is contained in:
Isaac Freund 2021-01-01 13:34:19 +01:00
parent a2ef687e51
commit d2e2dad09c
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -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;
}