display: Add missing host property to GraphicsOutput

This commit is contained in:
rdb 2021-12-14 11:43:03 +01:00
parent 2e0614138f
commit 5eb0f04e87

View File

@ -255,6 +255,8 @@ PUBLISHED:
virtual bool flip_ready() const;
virtual GraphicsOutput *get_host();
MAKE_PROPERTY(host, get_host);
public:
INLINE bool operator < (const GraphicsOutput &other) const;