view: fix build with xwayland disabled
This commit is contained in:
parent
a2ef687e51
commit
d2e2dad09c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue