From 3ea1d4ebea22a60e8e849897d88780e2eb0f6eb9 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 9 Oct 2015 12:32:38 +0300 Subject: libkms: Add Plane::supports_format --- libkms++/plane.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libkms++/plane.h') diff --git a/libkms++/plane.h b/libkms++/plane.h index 671e150..0c232c0 100644 --- a/libkms++/plane.h +++ b/libkms++/plane.h @@ -21,6 +21,7 @@ public: void print_short() const; bool supports_crtc(Crtc* crtc) const; + bool supports_format(PixelFormat fmt) const; PlaneType plane_type() const; -- cgit v1.2.3