From 5b2a0e8905fc32ac603437c22fb6eaee6adeafd8 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 17 Dec 2024 09:16:32 +0100 Subject: wayland-glib: clean up vapi --- lib/wayland-glib/wl-source.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wayland-glib/wl-source.vala') diff --git a/lib/wayland-glib/wl-source.vala b/lib/wayland-glib/wl-source.vala index 28495d0..7870672 100644 --- a/lib/wayland-glib/wl-source.vala +++ b/lib/wayland-glib/wl-source.vala @@ -33,7 +33,7 @@ public class WlSource : Source { public WlSource() { base(); - this.display = Wl.Display.connect(null); + this.display = new Wl.Display.connect(null); if(this.display == null) return; this.fd = this.add_unix_fd(this.display.get_fd(), IOCondition.IN | IOCondition.ERR | IOCondition.HUP); -- cgit v1.2.3