git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitee152fbdae2410f6aac3af541137ae65febe17b2
parent586e8d6b67
authorIsaac Freund <[email protected]>
date2021-01-01 13:34
view: fix build with xwayland disabled

 river/VoidView.zig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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